Skip to content
Snippets Groups Projects
Commit 7f3a14c9 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

typo snakemake

parent 1d152b70
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ rule export2graphlan: ...@@ -5,7 +5,7 @@ rule export2graphlan:
input: input:
__export2graphlan_input __export2graphlan_input
output: output:
tree = __export2graphlan_output_tree tree = __export2graphlan_output_tree,
annot = __export2graphlan_output_annot annot = __export2graphlan_output_annot
params: params:
exec_command = __export2graphlan_exec_command, exec_command = __export2graphlan_exec_command,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment