You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "**[Deprecated]** This WDL task converts the input BAM file into FASTQ format files. This task has been deprecated in favor of `samtools.bam_to_fastq` which is more performant and doesn't error on 'illegal mate states'."
Copy file name to clipboardExpand all lines: tools/qualimap.wdl
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ task rnaseq {
91
91
}
92
92
}
93
93
94
-
#@ except: NonmatchingOutput
94
+
#@ except: MatchingOutputMeta
95
95
taskbamqc{
96
96
meta {
97
97
description: "**[Deprecated]** This WDL task runs QualiMap's bamqc tool on the input BAM file. This task has been deprecated due to memory leak issues. Use at your own risk, for some samples can consume over 1TB of RAM."
description: "**[DEPRECATED]** Runs `samtools markdup` on the position-sorted input BAM file. This creates a report and optionally a new BAM with duplicate reads marked."
0 commit comments