diff --git a/talon.wdl b/talon.wdl index 87fc407d8eb6fe2e74ca2a1910c661904a9c459a..a469ddbac873944a9236cd53611b8fd8b46c7981 100644 --- a/talon.wdl +++ b/talon.wdl @@ -278,7 +278,7 @@ task GetSpliceJunctions { parameter_meta { # inputs SJinformationFile: {description: "TALON GTF file or database from which to extract exons/introns.", category: "required"} - inputFileType: {description: "The file type of SJinformationFile.", category: "required"} + inputFileType: {description: "The file type of SJinformationFile.", category: "common"} referenceGTF: {description: "GTF reference file (ie GENCODE).", category: "required"} runMode: {description: "Determines whether to include introns or exons in the output.", category: "common"} outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}