Skip to content
Snippets Groups Projects
Unverified Commit 6168ea49 authored by Peter van 't Hof's avatar Peter van 't Hof Committed by GitHub
Browse files

Merge pull request #60 from biowdl/BIOWDL-92

added fastq pair struct
parents ac3b76a4 a4daa91d
No related branches found
No related tags found
No related merge requests found
......@@ -153,3 +153,10 @@ struct IndexedBamFile {
File file
File index
}
struct FastqPair {
File R1
String? R1_md5
File? R2
String? R2_md5
}
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