Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja committed Mar 5, 2024
1 parent ee1074a commit 5456578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflows/index-generation/index-generation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ task UnzipFile {
output="~{basename(zipped_file)}"
curl ~{zipped_file} -o $output
pigz -p ~{cpu} -dc $output > ~{sub(basename(zipped_file), "\\.gz$", "")}

#pigz -p ~{cpu} -dc ~{zipped_file} > ~{sub(basename(zipped_file), "\\.gz$", "")}
>>>

output {
Expand Down

0 comments on commit 5456578

Please sign in to comment.