Hello all. I ran with the following error trying to run Macrel on the Hymenolepis microstoma genome availabl on the genebank. The test files and other assemblies work perfectly. What's is the issue? Thanks
Genome: https://parasite.wormbase.org/Hymenolepis_microstoma_prjeb124/Info/Index/Comand line:macrel contigs -t 25 --fasta hymenolepis_microstoma.PRJEB124.WBPS16.genomic.fa --output TEST
Error message:Traceback (most recent call last):
File "/home/amanda/miniconda3/envs/macrel/bin/macrel", line 11, in <module>
sys.exit(main())
File "/home/amanda/miniconda3/envs/macrel/lib/python3.9/site-packages/macrel/main.py", line 349, in m
ain
do_smorfs(args, tdir,logfile)
File "/home/amanda/miniconda3/envs/macrel/lib/python3.9/site-packages/macrel/main.py", line 147, in d
o_smorfs
subprocess.check_call(
File "/home/amanda/miniconda3/envs/macrel/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['prodigal_sm', '-c', '-m', '-n', '-p', 'meta', '-f', 'sco', '-
a', 'TEST/macrel.out.all_orfs.faa', '-i', '/tmp/tmprjvl0rq4/contigs.fna']' returned non-zero exit statu
s 56.