Skip to content
Snippets Groups Projects
Commit 10e4b9eb authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add reference fasta index

parent a13a5420
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ task ParallelPaired {
File? classifierIndel
String outputDir
File referenceFasta
File referenceFastaFai
File? inclusionRegion
File? exclusionRegion
File tumorBam
......@@ -82,6 +83,7 @@ task ParallelPairedTrain {
File truthIndel
String outputDir
File referenceFasta
File referenceFastaFai
File? inclusionRegion
File? exclusionRegion
File tumorBam
......@@ -155,6 +157,7 @@ task ParallelSingle {
File? classifierIndel
String outputDir
File referenceFasta
File referenceFastaFai
File? inclusionRegion
File? exclusionRegion
File bam
......@@ -214,6 +217,7 @@ task ParallelSingleTrain {
File truthIndel
String outputDir
File referenceFasta
File referenceFastaFai
File? inclusionRegion
File? exclusionRegion
File bam
......
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