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
Metagenomics
snakemake
Commits
7af20a4c
Commit
7af20a4c
authored
May 13, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix typo in Snakefiles
parent
7f3a14c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/graphlan/export2graphlan/Snakefile
View file @
7af20a4c
...
...
@@ -6,9 +6,9 @@ rule export2graphlan:
__export2graphlan_input
output:
tree = __export2graphlan_output_tree,
annot = __export2graphlan_output_annot
annot = __export2graphlan_output_annot
ation
params:
exec_command = __export2graphlan_exec_command,
options = __export2graphlan_options
shell:
"{params.exec_command} {params.options} -i {input} -tree {output.tree} --annotation {output.annot}"
"{params.exec_command} {params.options} -i {input}
-
-tree {output.tree} --annotation {output.annot}"
tools/graphlan/graphlan_annotate/Snakefile
View file @
7af20a4c
...
...
@@ -3,8 +3,8 @@ __graphlan_annotate_options = config['graphlan_annotate'].get('options', "")
rule graphlan_annotate:
input:
tree = __graphlan_annotate_input_tree
annot = __graphlan_annotate_input_annot
tree = __graphlan_annotate_input_tree
,
annot = __graphlan_annotate_input_annot
ation
output:
__graphlan_annotate_output
params:
...
...
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