Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cedric Midoux
deepomics16S
Commits
95eb0173
Commit
95eb0173
authored
Mar 23, 2021
by
Slaheddine Kastalli
Browse files
Delete global.smk
parent
f4b84729
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/rules/global.smk
deleted
100644 → 0
View file @
f4b84729
shell.executable("/bin/bash")
shell.prefix("source /usr/local/genome/Anaconda2-5.1.0/etc/profile.d/conda.sh;")
configfile: "./config.json"
SAMPLES=config["SAMPLES"]
rule all:
input:
"report/multiqc_report.html",
expand("work/dada/{sample}.rds", sample=SAMPLES),
"work/dada/seqtab.fasta",
"work/dada/seqtab.tsv",
"work/dada/metrics.tsv",
"work/FROGS/affiliation.biom",
"report/clusters_metrics.html",
"report/affiliations_metrics.html",
"report/abundance.biom",
"report/abundance.tsv",
# "report/tree.nwk"
include: "quality.smk"
include: "preprocess.smk"
include: "dada2.smk"
include: "affiliation.smk"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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