Skip to content
Snippets Groups Projects

Added more structs

Merged Ruben Vorderman requested to merge BIOWDL-57 into develop
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -140,3 +140,13 @@ struct Reference {
File fai
File dict
}
struct IndexedVcfFile {
File file
File index
}
struct IndexedBamFile {
File file
File index
}
Loading