Skip to content

Commit

Permalink
fix(ngsderive): use correct sep. ',' -> ' '
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jul 11, 2023
1 parent 4c21f92 commit 1594649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ngsderive.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ task encoding {

ngsderive encoding --verbose \
-n ~{num_samples} \
~{sep(",", ngs_files)} \
~{sep(" ", ngs_files)} \
> ~{outfile_name}

ENCODING_FILE="~{outfile_name}" python - <<END
Expand Down

0 comments on commit 1594649

Please sign in to comment.