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
d1b03d47
Commit
d1b03d47
authored
Oct 26, 2020
by
Midoux Cedric
Browse files
conda activate prodigal-2.6.3
parent
326c79bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation.smk
View file @
d1b03d47
...
...
@@ -32,8 +32,8 @@ rule prodigal:
ffn = "work/prodigal/{sample}/{sample}_prodigal.ffn",
gff = "work/prodigal/{sample}/{sample}_prodigal.gff"
shell:
#
"conda activate prodigal-2.6.3 "
#
"&& "
"conda activate prodigal-2.6.3 "
"&& "
"prodigal "
"-f gff "
"-i {input} "
...
...
@@ -44,8 +44,8 @@ rule prodigal:
"-p meta "
"&& "
"sed --in-place 's/*$//' {output.faa} "
#
"&& "
#
"conda deactivate "
"&& "
"conda deactivate "
def faa_input(wildcards):
if wildcards.sample == "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