Skip to content

Commit 20a06fe

Browse files
author
Nuwah12
committed
correct type
1 parent 05b3a9d commit 20a06fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/rna_seq/rnaseq.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ workflow RNAseq
160160
}
161161
output
162162
{
163-
Array[File?] qcReport = qc_reports
163+
Array[Array[File?]] qcReport = qc_reports
164164
Array[File] finalBam = sort_bam.bam_sorted
165165
Array[File] finalBamIndex = index_bam.bam_index
166166
Array[File?] countsSingle = count_reads_single.gene_counts

0 commit comments

Comments
 (0)