From a7cd17ac40ee487ae32e31ab007eef99d4d06280 Mon Sep 17 00:00:00 2001 From: William Poehlman Date: Mon, 17 Aug 2020 17:06:30 +0000 Subject: [PATCH] fix options.json to point to correct main cwl file for fastq reads --- jobs/rosmap-batch3-stranded/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/rosmap-batch3-stranded/options.json b/jobs/rosmap-batch3-stranded/options.json index 1d4ccd2..b5c2a82 100644 --- a/jobs/rosmap-batch3-stranded/options.json +++ b/jobs/rosmap-batch3-stranded/options.json @@ -12,6 +12,6 @@ "node_storage": "500", "preemptable_compensation": "0.5", "rescue_frequency": "9000", - "cwl": "bam_paired.cwl" + "cwl": "fastq_paired.cwl" }