Skip to content

Commit

Permalink
adding bed file input (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrotieno authored Sep 20, 2023
1 parent d9b4b6e commit 82e4b48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/phylogenetics/wf_snippy_tree.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ workflow snippy_tree_wf {
Int? snippy_core_cpu
Int? snippy_core_disk_size
Int? snippy_core_memory
File? snippy_core_bed

Int? gubbins_disk_size
Int? gubbins_memory
Expand Down Expand Up @@ -61,7 +62,8 @@ workflow snippy_tree_wf {
docker = snippy_core_docker,
cpu = snippy_core_cpu,
disk_size = snippy_core_disk_size,
memory = snippy_core_memory
memory = snippy_core_memory,
bed_file = snippy_core_bed
}
if (use_gubbins) {
call gubbins_task.gubbins {
Expand Down

0 comments on commit 82e4b48

Please sign in to comment.