diff --git a/biopet.wdl b/biopet.wdl index 8a23cf67cdfe58804a63727e56833e647dd50694..a97d99819e657c4fd2115c43f1924dcb728ddc16 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -311,6 +311,8 @@ task ValidateAnnotation { File? refRefflat File? gtfFile File refFasta + File refFastaIndex + File refDict Float? memory Float? memoryMultiplier @@ -373,7 +375,10 @@ task ValidateVcf { String? preCommand File? toolJar File vcfFile + File vcfindex File refFasta + File refFastaIndex + File refDict Float? memory Float? memoryMultiplier