-
Notifications
You must be signed in to change notification settings - Fork 80
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
JAFFAL pipeline crashes when singularity is used #239
Comments
Hi, I have the same issue when I am running nanoseq 3.1.0 |
encountered the issue as well. "bash: line 1: minimap2: command not found" ERROR ~ Error executing process > 'NFCORE_NANOSEQ:NANOSEQ:RNA_FUSIONS_JAFFAL:JAFFAL (6)' Caused by: Command executed: bpipe run -p refBase=for_jaffal for_jaffal/JAFFAL.groovy PVYP334523_pass_barcode03.fastq.gz cat <<-END_VERSIONS > versions.yml Command exit status: Command output: ========================================= Stage run_check ========================================== =========================== Stage get_fasta (PVYP334523_pass_barcode03) ============================ Set threads to 16 Time: 234.195 seconds. ===================== Stage minimap2_transcriptome (PVYP334523_pass_barcode03) ===================== minimap2 -t 16 -x map-ont -c for_jaffal/hg38_genCode22.fa PVYP334523_pass_barcode03.fastq/PVYP334523_pass_barcode03.fastq.fasta > PVYP334523_pass_barcode03.fastq/PVYP334523_pass_barcode03.fastq.paf ; ========================================= Pipeline Failed ========================================== In stage Unknown: One or more parallel stages aborted. The following messages were reported: ------------------- minimap2_transcriptome ( PVYP334523_pass_barcode03.fastq ) ------------------- Command in stage minimap2_transcriptome failed with exit status = 127 : minimap2 -t 16 -x map-ont -c for_jaffal/hg38_genCode22.fa PVYP334523_pass_barcode03.fastq/PVYP334523_pass_barcode03.fastq.fasta > PVYP334523_pass_barcode03.fastq/PVYP334523_pass_barcode03.fastq.paf ; Use 'bpipe errors' to see output from failed commands. Command error: Work dir: Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named -- Check '.nextflow.log' file for details |
@Xiao-Zhong, maybe you post this in a new post/issue. I am encountered the same issue as you at this moment |
I don't think the tool is being under active development or well-maintained. We have to skip the problematic step(s) at the moment, otherwise will waste too much time. For JAFFAL, install and run it directly following the homepage: https://github.com/Oshlack/JAFFA The NF pipeline might have a nice final report including JAFFAL output, but I don't know and gave up after the bambu step. |
I am expanding a nextflow pipeline for my internship. I tried to implement JAFFA from the modules they used for nanoseq. I alreaday tested JAFFA separately via command line )JAFFA direct), that worked fine. My question at this moment: how to implement JAFFA in a nextflow pipeline without having these errors? |
Description of the bug
JAFFAL pipeline crashes when singularity is used because singularity container has not minimap2 (at least)
Command used and terminal output
nextflow run nf-core/nanoseq--input samplesheet.csv --outdir first --protocol cDNA --skip_demultiplexing --skip_vc --skip_sv -profile slurm,singularity --jaffal_ref_dir ${PWD}/for_jaffal
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: