Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbg
backmap_workflow
Commits
daf75846
Commit
daf75846
authored
Jan 06, 2021
by
Raphael Müller
Browse files
exit status 1 not 1234
parent
0021413e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nextflow/backmap.nf
View file @
daf75846
...
...
@@ -318,7 +318,7 @@ if(bamAvailable){
}
// process nanoporeMapping
}
else
{
//fi: assemblyAvailable
println
"specify either --assembly or --bam-files"
exit
1
234
exit
1
}
// Merging of Illumina mapped reads
process
mergeIlluminaBamFiles
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment