Closed Sam-Sims closed 3 years ago
Hello,
When running icSHAPE-pipe evaluateSHAPE
I get the following traceback
traceback (most recent call last): File "/gpfs/home/naa17jnu/scratch/scripts/icSHAPE-pipe/bin/Functions/evaluateSHAPE.py", line 14, in <module> import General, Structure ModuleNotFoundError: No module named 'General'
Thanks, Sam
I found how to solve it. the two packages come from the IPyRSSA package. https://github.com/lipan6461188/IPyRSSA.git
just copy the General.py, Structure.py and Color.py to icSHAPE-pipe/bin/Functions
Hello,
When running icSHAPE-pipe evaluateSHAPE
I get the following traceback
Thanks, Sam