asapdiscovery / choppa

Integrated mutational and structural biology data into a concerted HTML view.
MIT License
1 stars 0 forks source link

conda-forge installation doesn't work #40

Closed mariacm12 closed 4 months ago

mariacm12 commented 4 months ago

Tried the conda-forge installation, but choppa --help raises an error because the choppa/IO folder is missing from the package folder (i.e., from /Users/<user>/miniconda3/envs/choppa/lib/python3.9/site-packages/choppa).

Error is:

Traceback (most recent call last):                                                                                                                                                                                                                                                                    
  File "/Users/castelm3/miniconda3/envs/choppa/bin/choppa", line 6, in <module>                                                                                                                                                                                                                       
    from choppa.cli.cli import cli                                                                                                                                                                                                                                                                    
  File "/Users/castelm3/miniconda3/envs/choppa/lib/python3.9/site-packages/choppa/cli/cli.py", line 5, in <module>                                                                                                                                                                                    
    from choppa.IO.input import FitnessFactory, ComplexFactory                                                                                                                                                                                                                                        
ModuleNotFoundError: No module named 'choppa.IO'