Hi,
I'm having issues running the tool with the test data.
I was following the suggested code in the README.md i.e., I created and activated a conda environment using the environment.yaml file.
mamba env create --name geneext --file environment.yaml
mamba activate geneext
And downloaded the test_data files, along with the geneext.py script. However, when I attempt to run it using the provided code
python geneext.py -g test_data/annotation.gtf -b test_data/alignments.bam -o result.gtf --peak_perc 0
I get the following error:
Traceback (most recent call last):
File "[...]/geneext_practice/geneext.py", line 5, in <module>
from geneext.config import read_yaml_config
File "[...]/geneext_practice/geneext.py", line 5, in <module>
from geneext.config import read_yaml_config
ModuleNotFoundError: No module named 'geneext.config'; 'geneext' is not a package
I see that the README.md and environment.yaml files were last updated over a year ago, whereas the geneext.py file was update just a couple of months ago. Is there a step missing from the Readme that I am supposed to be doing? Are all the dependencies in the environment.yaml file?
I don't use python very often so there may be something obvious I'm missing, but I would appreciate more explicit instructions.
Thanks in advance!
Sarah
Hi,
I'm having issues running the tool with the test data.
I was following the suggested code in the
README.mdi.e., I created and activated a conda environment using theenvironment.yamlfile.And downloaded the
test_datafiles, along with thegeneext.pyscript. However, when I attempt to run it using the provided codeI get the following error:
I see that the
README.mdandenvironment.yamlfiles were last updated over a year ago, whereas thegeneext.pyfile was update just a couple of months ago. Is there a step missing from the Readme that I am supposed to be doing? Are all the dependencies in theenvironment.yamlfile?I don't use python very often so there may be something obvious I'm missing, but I would appreciate more explicit instructions.
Thanks in advance!
Sarah