Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Midoux Cedric
workflow_metagenomics
Commits
a615a1d5
Commit
a615a1d5
authored
Jan 24, 2020
by
Midoux Cedric
Browse files
metabat output .fa
parent
0f7ad1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue.smk
View file @
a615a1d5
...
...
@@ -127,7 +127,6 @@ checkpoint metabat:
"--minContig 5000 "
"--minClsSize {params.clustrsize} "
"--numThreads {threads} "
"--onlyLabel "
"--unbinned "
"--verbose "
" ; "
...
...
@@ -135,15 +134,19 @@ checkpoint metabat:
rule metabat_kaiju:
input:
clustr = "work/metabat/{sample}/{sample}.{num}",
clustr = "work/metabat/{sample}/{sample}.{num}
.fa
",
kaiju = "report/contigs_{sample}-taxNames.tsv"
output:
"work/metabat/{sample}/{sample}.{num}_kaiju.tsv"
shell:
"grep "
"'>' "
"--file {input.clustr} "
" | "
"grep "
"--no-messages "
"--word-regexp "
"--file
{input.clustr}
"
"--file
-
"
"{input.kaiju} "
" > "
"{output} "
...
...
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