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

fix paramter_meta

parent c6d2c3cc
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ task Sage {
parameter_meta {
tumorName: {description: "The name of the tumor sample.", category: "required"}
tumorBam: {description: "The BAM file for the tumor sample.", category: "required"}
tumorBai: {description: "The index of the BAM file for the tumor sample.", category: "required"}
tumorBamIndex: {description: "The index of the BAM file for the tumor sample.", category: "required"}
normalName: {description: "The name of the normal/reference sample.", category: "common"}
normalBam: {description: "The BAM file for the normal sample.", category: "common"}
normalBai: {description: "The index of the BAM file for the normal sample.", category: "common"}
......
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