Li Sijun
Li Sijun
Unfortunately, when I use the example data of gene CG13375 in Drosophila Melanogaster I got the same error: This is the command I executed: `~/galig/asgal -g genome.fa -a annotation.gtf -s...
> Hi, can you try running > > ``` > python3 asgal.py -h > ``` > > ? Command: `python3 asgal.py -h` Error: `python3: can't open file 'asgal.py': [Errno 2]...
> Sorry, my fault, the script is `asgal`: > > ``` > python3 asgal -h > ``` > > (this from the root of this repo). It works! Now I...
Since I installed ASGAL in a conda environment, I changed `#!/usr/bin/python3 ` as `!/dat1/lisijun/miniconda3/envs/asgal/bin/python` And it turns out that the command works! Thank you! `./asgal -h`