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
mbb
waw
Commits
beec971f
Commit
beec971f
authored
May 05, 2022
by
khalid
Browse files
typo in if
parent
8f393fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/FROGS_filter_affiliation/FROGS_filter_affiliation.rule.snakefile
View file @
beec971f
...
...
@@ -38,7 +38,7 @@ rule <step_name>__FROGS_filter_affiliation:
{params.min_blast_identity} \
{params.min_blast_coverage}
echo \"1\t./{params.stepDir}/filtAff_report.html\" > {params.outDir}/text.generic.tsv;
if [ "{params.output_mode}" == "--mask" ]; cp {input.fasta} {params.outDir}/affiFilter_sequences.fasta fi;
if [ "{params.output_mode}" == "--mask" ];
then
cp {input.fasta} {params.outDir}/affiFilter_sequences.fasta
;
fi;
"""
# {params.taxonomic_ranks} \
\ No newline at end of file
Write
Preview
Supports
Markdown
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