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

fix typo in star GenomeGenerate parameter_meta

parent c4b13ec6
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ task GenomeGenerate {
parameter_meta {
# inputs
genomeDir: {description:"The directory the STAR index should be written to.", categroy: "common"}
genomeDir: {description:"The directory the STAR index should be written to.", category: "common"}
referenceFasta: {description: "The reference Fasta file.", category: "required"}
referenceGtf: {description: "The reference GTF file.", category: "common"}
sjdbOverhang: {description: "Equivalent to STAR's `--sjdbOverhang` option.", category: "advanced"}
......
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