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

add index inputs

parent 788e0553
No related branches found
No related tags found
1 merge request!35Add missing rquired inputs
...@@ -311,6 +311,8 @@ task ValidateAnnotation { ...@@ -311,6 +311,8 @@ task ValidateAnnotation {
File? refRefflat File? refRefflat
File? gtfFile File? gtfFile
File refFasta File refFasta
File refFastaIndex
File refDict
Float? memory Float? memory
Float? memoryMultiplier Float? memoryMultiplier
...@@ -373,7 +375,10 @@ task ValidateVcf { ...@@ -373,7 +375,10 @@ task ValidateVcf {
String? preCommand String? preCommand
File? toolJar File? toolJar
File vcfFile File vcfFile
File vcfindex
File refFasta File refFasta
File refFastaIndex
File refDict
Float? memory Float? memory
Float? memoryMultiplier Float? memoryMultiplier
......
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