Skip to content

Commit 40575c5

Browse files
committed
add null type
1 parent 6fc973d commit 40575c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/nf-validation/src/main/nextflow/validation/SamplesheetConverter.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ class SamplesheetConverter {
299299
}
300300
return false
301301
}
302+
303+
else if(type == "null") {
304+
return null
305+
}
302306
}
303307

304308
private static String addSample (

0 commit comments

Comments
 (0)