-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue regarding 'nextflow run evotools/nf-LO' #22
Comments
Plus when I run assets/install.py, it did not seem successful.. the following are the bottom-most output: utils.c:33:10: fatal error: zlib.h: No such file or directory minimap2-2.17_x64-linux.tar.bz2 100%[===========================================================================================>] 2.00M 10.4MB/s in 0.2s 2024-03-03 19:30:26 (10.4 MB/s) - ‘minimap2-2.17_x64-linux.tar.bz2’ saved [2100809/2100809] minimap2-2.17_x64-linux/ |
Hi @Heather1999, error 127 is due to the workflow not finding the required dependencies. I'd suggest to either:
|
Hello, thank you for developing this tool, I tried to run the following code :
nextflow run evotools/nf-LO --source /home/sealight1999/references/GRCH38/GRCh38_no_alt.fna --target /home/sealight1999/references/CHM13/ chm13v2.0_1.fa --aligner minimap2 –outdir /home/sealight1999/references -profile local
But encountered following warnings:
[c3/9fda46] NOTE: Process
PREPROC:tgt2bit (tgt2Bit)
terminated with an error exit status (127) -- Execution is retried (1)[ae/47e4dc] NOTE: Process
PREPROC:splitsrc (splitsrc)
terminated with an error exit status (127) -- Execution is retried (1)[e7/fdb913] NOTE: Process
PREPROC:src2bit (src2Bit)
terminated with an error exit status (127) -- Execution is retried (1)[fd/3eadf0] NOTE: Process
PREPROC:splittgt (splittgt)
terminated with an error exit status (127) -- Execution is retried (1)[03/acbfe7] NOTE: Process
PREPROC:tgt2bit (tgt2Bit)
terminated with an error exit status (127) -- Execution is retried (2)[8e/ecf45f] NOTE: Process
PREPROC:splitsrc (splitsrc)
terminated with an error exit status (127) -- Execution is retried (2)[22/e11aa5] NOTE: Process
PREPROC:src2bit (src2Bit)
terminated with an error exit status (127) -- Execution is retried (2)[62/97c512] NOTE: Process
PREPROC:splittgt (splittgt)
terminated with an error exit status (127) -- Execution is retried (2)[83/bd21fa] NOTE: Process
PREPROC:tgt2bit (tgt2Bit)
terminated with an error exit status (127) -- Error is ignored[3f/930365] NOTE: Process
PREPROC:splitsrc (splitsrc)
terminated with an error exit status (127) -- Error is ignored[9e/fdca06] NOTE: Process
PREPROC:src2bit (src2Bit)
terminated with an error exit status (127) -- Error is ignored[77/94ba10] NOTE: Process
PREPROC:splittgt (splittgt)
terminated with an error exit status (127) -- Error is ignoredWARN: Graphviz is required to render the execution DAG in the given format -- See http://www.graphviz.org for more info.
What could be wrong? Thank you!
The text was updated successfully, but these errors were encountered: