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
b96eba60
Commit
b96eba60
authored
May 05, 2022
by
khalid
Browse files
just copy input fasta if in mask mode
parent
b06eb584
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/FROGS_filter_affiliation/FROGS_filter_affiliation.rule.snakefile
View file @
b96eba60
...
...
@@ -37,7 +37,8 @@ rule <step_name>__FROGS_filter_affiliation:
{params.max_blast_evalue} \
{params.min_blast_identity} \
{params.min_blast_coverage}
echo \"1\t./{params.stepDir}/filtAff_report.html\" > {params.outDir}/text.generic.tsv
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;
"""
# {params.taxonomic_ranks} \
\ No newline at end of file
tools/FROGS_filter_affiliation/FROGS_filter_affiliation.yaml
View file @
b96eba60
...
...
@@ -24,23 +24,13 @@
[
{
name
:
"
biom_filtered"
,
file
:
"
affiFilter_abundance.biom"
,
type
:
"
biom"
,
description
:
"
the
abundance
file
with
filtered
affiliation"
},
#sequence file is produced only in delete mode
#
{ name: "sequence_file", file: "affiFilter_sequences.fasta", type: "fasta_file", description: "the filtered sequences"},
{
name
:
"
sequence_file"
,
file
:
"
affiFilter_sequences.fasta"
,
type
:
"
fasta_file"
,
description
:
"
the
filtered
sequences"
},
{
name
:
"
impacted"
,
file
:
"
impacted.tsv"
,
type
:
"
tsv"
,
description
:
"
The
list
of
the
OTUs
deleted
or
hidden
or
with
updated
blast
affiliation"
},
{
name
:
"
multihit"
,
file
:
"
impacted.multihit.tsv"
,
type
:
"
tsv"
,
description
:
"
The
list
of
blast
affiliations
for
multi-affiliated
impacted
OTU"
},
{
name
:
"
summary"
,
file
:
"
report_mqc.html"
,
type
:
"
html"
,
description
:
"
summary"
}
],
options
:
[
# {
# name: FROGS_filter_affiliation_threads,
# prefix: "",
# type: numeric,
# value: 4,
# min: 1,
# max: NA,
# step: 1,
# label: "Number of threads to use",
# },
{
name
:
FROGS_filter_affiliation_mode
,
prefix
:
"
"
,
...
...
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