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
80504772
Commit
80504772
authored
Nov 12, 2019
by
Midoux Cedric
Browse files
swissprot
parent
cada659b
Changes
2
Hide whitespace changes
Inline
Side-by-side
annotation.smk
View file @
80504772
...
...
@@ -63,6 +63,8 @@ def gff_input(wildcards):
def db_input(wildcards):
if wildcards.db == "nr":
return {"db": "/db/outils/diamond-0.9.24/nr_tax.dmnd"}
elif wildcards.db == "swissprot":
return {"db": "/db/outils/diamond-0.9.26/uniprot_swissprot.dmnd"}
elif wildcards.db == "phrogs":
return {"db": "/projet/maiage/save/cmidoux/PhROGs/phrogs.dmnd"}
...
...
global.smk
View file @
80504772
...
...
@@ -13,6 +13,7 @@ rule all:
expand("report/count-contigs-coassembly-{sample}.tsv", sample=config["SAMPLES"]),
expand("report/count-genes-coassembly-{sample}.tsv", sample=config["SAMPLES"]),
"report/diamond_nr_coassembly.tsv",
"report/diamond_swissprot_coassembly.tsv",
"report/contigs_coassembly-taxNames.tsv",
"report/genes_coassembly-taxNames.tsv",
#catalogue
...
...
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