Skip to content
Snippets Groups Projects
Unverified Commit a8c7aff6 authored by Cats's avatar Cats Committed by GitHub
Browse files

fix type of R2_md5 (String to String?)

parent 950c01b7
No related branches found
No related tags found
1 merge request!41fix type of R2_md5 (String to String?)
...@@ -4,7 +4,7 @@ struct Readgroup { ...@@ -4,7 +4,7 @@ struct Readgroup {
File R1 File R1
String R1_md5 String R1_md5
File? R2 File? R2
String R2_md5 String? R2_md5
} }
struct Library { struct Library {
...@@ -70,4 +70,4 @@ task sampleConfigFileToStruct { ...@@ -70,4 +70,4 @@ task sampleConfigFileToStruct {
Map[String,Array[Sample]] map = read_json(outputJson) Map[String,Array[Sample]] map = read_json(outputJson)
Array[Sample] samples = map["samples"] Array[Sample] samples = map["samples"]
} }
} }
\ 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