Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
metagWGS
Commits
81a693c7
Commit
81a693c7
authored
Jun 10, 2022
by
Jean Mainguy
Browse files
add empty ch_assembly to prevent crash
parent
4f5146ec
Pipeline
#60790
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
subworkflows/short_reads.nf
View file @
81a693c7
...
...
@@ -29,6 +29,7 @@ workflow SHORT_READS {
ch_dedup_report
=
Channel
.
empty
()
ch_assembly_report
=
Channel
.
empty
()
ch_filtered_report
=
Channel
.
empty
()
ch_assembly
=
Channel
.
empty
()
if
(
!
params
.
skip_clean
)
{
S01_CLEAN_QC
(
...
...
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