Skip to content

Commit

Permalink
Merge pull request #134 from theiagen/smw-augur-fix-dev
Browse files Browse the repository at this point in the history
change file extension
  • Loading branch information
kevinlibuit authored Aug 1, 2023
2 parents 7cc91fb + 45f6da4 commit 5a68417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/utilities/task_augur_utilities.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task tsv_join {
Array[File]+ input_tsvs
String id_col
String out_basename = "merged"
String out_suffix = ".txt"
String out_suffix = ".tsv"
Int mem = 7
Int disk_size = 100
}
Expand Down

0 comments on commit 5a68417

Please sign in to comment.