Skip to content

Commit

Permalink
tweak helptext wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Feb 16, 2024
1 parent cfc2a26 commit 9f9ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@
"anno_file_is_unsorted": {
"type": "boolean",
"fa_icon": "fas fa-random",
"description": "Specify if the annotation file is not sorted in the same way as the reference fasta file.",
"description": "Specify if the annotation file provided to --anno_file is not sorted in the same way as the reference fasta file.",
"help_text": "In cases where the annotation file is NOT sorted the same way as the reference fasta, this option should be specified. This will significantly increase the memory usage of bedtools!\n\n> Modifies bedtools parameter: `-sorted`"
}
},
Expand Down

0 comments on commit 9f9ae0e

Please sign in to comment.