From c4b8671f8b5c9a061e74b0a331822f52e327b580 Mon Sep 17 00:00:00 2001 From: Sushma Chaluvadi Date: Tue, 22 Aug 2023 17:42:53 -0400 Subject: [PATCH] output /opt.. --- pipes/WDL/workflows/subsampler.wdl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pipes/WDL/workflows/subsampler.wdl b/pipes/WDL/workflows/subsampler.wdl index ba5b93f91..85ae0ba2d 100644 --- a/pipes/WDL/workflows/subsampler.wdl +++ b/pipes/WDL/workflows/subsampler.wdl @@ -78,8 +78,10 @@ task subsample { geo_column=~{geo_column} \ date_column=~{date_column} + echo "pwd rsults" pwd - + echo "ls results" + ls } runtime { @@ -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" } } \ No newline at end of file