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

add allFiles output to gffcompare

parent 17cdbd13
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ task GffCompare {
File? missedIntrons = if debugMode
then totalPrefix + ".missed_introns.gtf"
else noneFile
Array[File] allFiles = select_all([annotated, loci, stats, tracking, redundant, missedIntrons])
}
runtime {
......
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