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

Merge branch 'develop' into various_new_tasks

parents 3e8006a7 2fc995c8
No related branches found
No related tags found
1 merge request!40Add Various new tasks
...@@ -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