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
fa45c8fd
Commit
fa45c8fd
authored
Sep 09, 2019
by
Midoux Cedric
Browse files
catalogue debug
parent
714cfafb
Changes
2
Hide whitespace changes
Inline
Side-by-side
annotation.smk
View file @
fa45c8fd
...
...
@@ -41,7 +41,7 @@ rule prodigal:
def faa_input(wildcards):
if wildcards.sample == "catalogue":
return
[
"work/cdhit/catalogue.faa"
]
return
{"faa":
"work/cdhit/catalogue.faa"
}
else :
if config["PROTEINS-PREDICTOR"] == "FragGeneScan":
return {"faa": "work/FGS/{wildcards.sample}/{wildcards.sample}_FGS.faa".format(wildcards=wildcards)}
...
...
catalogue.smk
View file @
fa45c8fd
...
...
@@ -83,10 +83,10 @@ rule cd_hit_2D:
rule faa_catalogue:
input:
ffn = "work/cdhit/catalogue.ffn"
faa = expand("work/prodigal/{sample}/{sample}.faa", sample=config["SAMPLES"])
ffn = "work/cdhit/catalogue.ffn"
,
faa = expand("work/prodigal/{sample}/{sample}
_prodigal
.faa", sample=config["SAMPLES"])
output:
list = temp("work/cdhit/catalogue.list")
list = temp("work/cdhit/catalogue.list")
,
faa = "work/cdhit/catalogue.faa"
threads:
2
...
...
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