Skip to content

Commit

Permalink
schema help text, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Feb 9, 2024
1 parent ab69e97 commit 7ffb437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params {
mirgenedb_gff = null
mirgenedb_species = null
save_aligned = false
save_aligned_mirna_quant = true
save_aligned_mirna_quant = true

// UMI handling
with_umi = false
Expand Down
9 changes: 6 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,16 @@
},
"save_aligned": {
"type": "boolean",
"fa_icon": "fas fa-download",
"description": "Save aligned reads in bam format."
"fa_icon": "fas fa-save",
"help_text": "Save aligned reads of initial bowtie mapping.",
"description": "Save aligned reads of initial mapping in bam format."
},
"save_aligned_mirna_quant": {
"type": "boolean",
"fa_icon": "fas fa-save",
"default": true,
"description": "Save aligned reads in bam format of miRNA quant subworkflow."
"help_text": "Save aligned reads of the bowtie runs in BOWTIE_MAP_MATURE, BOWTIE_MAP_HAIRPIN, and BOWTIE_MAP_SEQCLUSTER.",
"description": "Save aligned reads of miRNA quant subworkflow in bam format."
},
"igenomes_ignore": {
"type": "boolean",
Expand Down

0 comments on commit 7ffb437

Please sign in to comment.