Skip to content
Snippets Groups Projects

fix type of R2_md5 (String to String?)

Merged Ruben Vorderman requested to merge R2_MD5_fix into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -4,7 +4,7 @@ struct Readgroup {
File R1
String R1_md5
File? R2
String R2_md5
String? R2_md5
}
struct Library {
@@ -70,4 +70,4 @@ task sampleConfigFileToStruct {
Map[String,Array[Sample]] map = read_json(outputJson)
Array[Sample] samples = map["samples"]
}
}
\ No newline at end of file
}
Loading