Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Sep 21, 2023
1 parent cc1b737 commit fc5c2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_interhost.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ task subsample_by_cases {
snakemake subsample --config metadata=~{metadata} \
case_data=~{case_data} \
~{"keep_file=" + keep_file} \
~{"remove_file" + remove_file} \
~{"filter_file" + filter_file} \
~{"remove_file=" + remove_file} \
~{"filter_file=" + filter_file} \
id_column=~{id_column} \
geo_column=~{geo_column} \
date_column=~{date_column} \
Expand Down

0 comments on commit fc5c2c7

Please sign in to comment.