hsalis / Ribosome-Binding-Site-Calculator-v1.0

The Ribosome Binding Site (RBS) Calculator can predict the translation initiation rate of a protein coding sequence in bacteria and design synthetic RBS sequences to rationally control the translation initiation rate. It is used to design synthetic biological systems.
http://salis.psu.edu/software
Other
51 stars 38 forks source link

No module named 'popen2' #3

Open meghagill opened 5 years ago

meghagill commented 5 years ago

Hello,

I am a beginner to programming and I am unsure as to how to solve this issue. When I try to run the RBS Calculator I get , "No module named 'popen2', from the NuPACK.py script.

Could you please suggest a solution, or upload an updated version with this issue resolved. Thank-you for your help.

Qian7L commented 4 years ago

https://docs.python.org/2/library/popen2.html They use output = popen2.Popen3(). In windows, popen2.popen3() is right , and popen2.Popen3() is work in Unix. So, try to run the code in Unix.