error in coding potential calculator CPC2
0
0
Entering edit mode
12 days ago
Ashok • 0
CPC2.py -i SRR27190625.fasta -o SRR27190625_cpc2_out.txt

I am facing problem while doing coding potential using cpc2. I don't why error is coming.

Traceback (most recent call last):
  File "/opt/software/applications/CPC2-tool/bin/CPC2.py", line 6, in <module>
    import commands
ModuleNotFoundError: No module named 'commands

your answers are welcome and useful to me ....

cpc CPC2 coding-potential • 388 views
ADD COMMENT
0
Entering edit mode

Looks like you are running code that was written for python v.2.x but you probably have python v.3.x or a newer version than python v.2.6.

You will need to use python v.2 older then 2.6. See: https://stackoverflow.com/questions/55913881/i-can-not-import-commands-in-my-project-now

ADD REPLY
0
Entering edit mode

Ashok, what is CPC2? Please edit your post and add as much context as you can.

ADD REPLY

Login before adding your answer.

Traffic: 2052 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6