Skip to content

Commit

Permalink
output /opt..
Browse files Browse the repository at this point in the history
  • Loading branch information
schaluva committed Aug 22, 2023
1 parent 8b94ebe commit c4b8671
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pipes/WDL/workflows/subsampler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ task subsample {
geo_column=~{geo_column} \
date_column=~{date_column}

echo "pwd rsults"
pwd

echo "ls results"
ls

}
runtime {
Expand All @@ -90,6 +92,6 @@ task subsample {
dx_instance_type: "mem1_ssd1_v2_x2"
}
output {
File genome_matrix_days = "opt/subsampler/genome_matrix_days.tsv"
File genome_matrix_days = "/opt/subsampler/genome_matrix_days.tsv"
}
}

0 comments on commit c4b8671

Please sign in to comment.