Skip to content

Commit

Permalink
Merge pull request #484 from broadinstitute/dp-augur
Browse files Browse the repository at this point in the history
sc2 nextstrain: reduce temp file sizes
  • Loading branch information
dpark01 committed Sep 8, 2023
2 parents 26e43f3 + 58bdaca commit d198913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/workflows/sarscov2_nextstrain_aligned_input.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workflow sarscov2_nextstrain_aligned_input {
}

input {
Array[File]+ aligned_sequences_fasta=["gs://nextstrain-data/files/ncov/open/aligned.fasta.xz"]
Array[File]+ aligned_sequences_fasta=["gs://nextstrain-data/files/ncov/open/aligned.fasta.zst"]
Array[File]+ sample_metadata_tsvs=["gs://nextstrain-data/files/ncov/open/metadata.tsv.gz"]

String build_name
Expand Down Expand Up @@ -57,7 +57,7 @@ workflow sarscov2_nextstrain_aligned_input {
call utils.zcat {
input:
infiles = aligned_sequences_fasta,
output_name = "all_samples_combined_assembly.fasta"
output_name = "all_samples_combined_assembly.fasta.xz"
}

#### merge metadata, compute derived cols
Expand Down

0 comments on commit d198913

Please sign in to comment.