Skip to content
Snippets Groups Projects
Commit 51068660 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add missed_introns output

parent f9bbb353
No related branches found
No related tags found
1 merge request!71Add gffcompare
...@@ -75,6 +75,8 @@ task GffCompare { ...@@ -75,6 +75,8 @@ task GffCompare {
File loci = totalPrefix + ".loci" File loci = totalPrefix + ".loci"
File stats = totalPrefix + ".stats" File stats = totalPrefix + ".stats"
File tracking = totalPrefix + ".tracking" File tracking = totalPrefix + ".tracking"
# noneFile is not stable. Please replace this as soon as wdl spec allows
File? redundant = if createRedundant then totalPrefix + ".redundant.gtf" else noneFile File? redundant = if createRedundant then totalPrefix + ".redundant.gtf" else noneFile
File? missedIntrons = if debugMode then totalPrefix + ".missed_introns.gtf" else noneFile
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment