Skip to content
Discussion options

You must be logged in to vote

You could for bugfixing try adding || true to the end of your command. I have to use this when reporting versions, which normally end with an exit code 1, which causes Nextflow to abort. It may be that your tool is writing to stderr and causing a similar problem.

If you distort the exit codes with this hack, then Nextflow cannot judge if your process succeded or not - which can cause problems for potential later steps in your pipeline, missing output etc.

/data1/software/msisensor/binary/msisensor_Linux_x86_64 msi -d /data1/datasets/arvadosResources/msisensor/GRCh38.primary_assembly.genome.fa.microsatellites.list -n ${bqsrbam_normal} -o "msi_output" -t ${bqsrbam_tumor} || true

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@colindaven
Comment options

Answer selected by complexgenome
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants