Skip to content

Commit

Permalink
DOC: add guidance on read length setting with Bracken (#105)
Browse files Browse the repository at this point in the history
* add guidance on read length setting with Bracken

This guidance is sourced from the [Bracken issue tracker](jenniferlu717/Bracken#234).

* Update q2_moshpit/plugin_setup.py

---------

Co-authored-by: Michal Ziemski <[email protected]>
  • Loading branch information
gregcaporaso and misialq authored Dec 8, 2023
1 parent 6e89666 commit 3c1c8d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@
parameter_descriptions={
'threshold': 'Bracken: number of reads required PRIOR to abundance '
'estimation to perform re-estimation.',
'read_len': 'Bracken: read length to get all classifications for.',
'read_len': ('Bracken: read length to get all classifications for. '
'For paired end data (e.g., 2x150) this should be set '
'to the length of the single-end reads (e.g., 150).'),
'level': 'Bracken: taxonomic level to estimate abundance at.'
},
output_descriptions={
Expand Down

0 comments on commit 3c1c8d6

Please sign in to comment.