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
d90f591e
Commit
d90f591e
authored
Jan 14, 2020
by
Midoux Cedric
Browse files
diamond-0.9.26
parent
eb7c1faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation.smk
View file @
d90f591e
...
...
@@ -62,9 +62,9 @@ def gff_input(wildcards):
def db_input(wildcards):
if wildcards.db == "nr":
return {"db": "/db/outils/diamond-0.9.2
4
/nr_tax.dmnd"}
return {"db": "/db/outils/diamond-0.9.2
6
/nr_tax.dmnd"}
elif wildcards.db == "swissprot":
return {"db": "/db/outils/diamond-0.9.26/uniprot
_swissprot
.dmnd"}
return {"db": "/db/outils/diamond-0.9.26/uniprot.dmnd"}
elif wildcards.db == "phrogs":
return {"db": "/projet/maiage/save/cmidoux/PhROGs/phrogs.dmnd"}
...
...
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