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
3ac80428
Commit
3ac80428
authored
Feb 03, 2020
by
Midoux Cedric
Browse files
checkm
parent
49e50524
Changes
2
Hide whitespace changes
Inline
Side-by-side
catalogue.smk
View file @
3ac80428
...
...
@@ -167,9 +167,9 @@ rule checkm:
input:
"work/metabat/{sample}/{sample}.unbinned.fa"
output:
"work/checkm/{sample}/
checkm.log
"
"work/checkm/{sample}/
lineage.ms
"
threads:
8
4
params:
input = lambda wildcards, input: os.path.dirname(str(input)),
output = lambda wildcards, output: os.path.dirname(str(output))
...
...
@@ -180,7 +180,7 @@ rule checkm:
"lineage_wf "
"-t {threads} "
"-x fa "
"{params.output} "
"{params.input} "
"{params.output} "
" ; "
"conda deactivate"
global.smk
View file @
3ac80428
...
...
@@ -17,6 +17,7 @@ rule all:
"report/contigs_coassembly-taxNames.tsv",
"report/genes_coassembly-taxNames.tsv",
"work/metabat/coassembly.done",
"work/checkm/coassembly/lineage.ms",
#catalogue
"report/quast_results/report.html",
expand("report/count-contigs-catalogue-{sample}.tsv", sample=config["SAMPLES"]),
...
...
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