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
80566ab3
Commit
80566ab3
authored
Jan 11, 2022
by
VIENNE MAINA
Browse files
remove diamond bank necessity when not use
parent
96af8f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
80566ab3
...
...
@@ -166,7 +166,7 @@ workflow {
skip_clean
=
true
}
if
(
!(
params
.
stop_at_structural_annot
)
&&
!(
params
.
diamond_bank
)
)
{
if
(
!(
params
.
stop_at_clean
)
&&
!(
params
.
stop_at_assembly
)
&&
!(
params
.
stop_at_filtering
)
&&
!(
params
.
stop_at_structural_annot
)
&&
!(
params
.
diamond_bank
)
)
{
exit
1
,
"You must specify --stop_at_structural_annot or specify a diamond bank with --diamond_bank"
}
header
=
getAndCheckHeader
()
...
...
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