Skip to content

Commit

Permalink
set outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
schaluva committed Aug 22, 2023
1 parent a74b0bf commit b861b55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipes/WDL/workflows/subsampler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ workflow Subsampler {
geo_column = geo_column,
date_column = date_column
}
output {
File matrix_days_file = subsample.genome_matrix_days
}
}

task subsample {
Expand Down

0 comments on commit b861b55

Please sign in to comment.