Skip to content
Snippets Groups Projects
Commit 24a6f110 authored by Cats's avatar Cats
Browse files

fix gffcompare

parent 1a46ce88
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ task GffCompare { ...@@ -91,7 +91,7 @@ task GffCompare {
else 0 else 0
Int noInputFiles = length(inputGtfFiles) Int noInputFiles = length(inputGtfFiles)
Boolean oneFile = (noFilesGtfList + noInputFiles) == 1 Boolean oneFile = (noFilesGtfList + noInputFiles) == 1
String annotatedName = if oneFile String annotatedName = if oneFile && defined(referenceAnnotation)
then "annotated" then "annotated"
else "combined" else "combined"
......
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