|
13 | 13 |
|
14 | 14 | plugin = Plugin( |
15 | 15 | name='picrust2', |
16 | | - version="2021.11", |
| 16 | + version="2023.2", |
17 | 17 | website='https://github.com/gavinmdouglas/q2-picrust2', |
18 | 18 | package='q2_picrust2', |
19 | 19 | description=('This QIIME 2 plugin wraps the default 16S PICRUSt2 pipeline to run ' |
|
67 | 67 | 'skip_minpath': ('Do not run MinPath to identify which pathways are ' |
68 | 68 | 'present as a first pass (on by default).'), |
69 | 69 | 'edge_exponent': ('Setting for maximum parisomony hidden-state ' |
70 | | - 'prediction. Specifies weighting transition costs ' |
71 | | - 'by the inverse length of edge lengths. If 0, then ' |
72 | | - 'edge lengths do not influence predictions. Must be ' |
73 | | - 'a non-negative real-valued number.'), |
| 70 | + 'prediction. Specifies weighting transition costs ' |
| 71 | + 'by the inverse length of edge lengths. If 0, then ' |
| 72 | + 'edge lengths do not influence predictions. Must be ' |
| 73 | + 'a non-negative real-valued number.'), |
74 | 74 | 'no_gap_fill': ('Do not perform gap filling before predicting ' |
75 | 75 | 'pathway abundances (gap filling is on otherwise by ' |
76 | 76 | 'default).'), |
|
133 | 133 | 'skip_minpath': ('Do not run MinPath to identify which pathways are ' |
134 | 134 | 'present as a first pass (on by default).'), |
135 | 135 | 'edge_exponent': ('Setting for maximum parisomony hidden-state ' |
136 | | - 'prediction. Specifies weighting transition costs ' |
137 | | - 'by the inverse length of edge lengths. If 0, then ' |
138 | | - 'edge lengths do not influence predictions. Must be ' |
139 | | - 'a non-negative real-valued number.'), |
| 136 | + 'prediction. Specifies weighting transition costs ' |
| 137 | + 'by the inverse length of edge lengths. If 0, then ' |
| 138 | + 'edge lengths do not influence predictions. Must be ' |
| 139 | + 'a non-negative real-valued number.'), |
140 | 140 | 'no_gap_fill': ('Do not perform gap filling before predicting ' |
141 | 141 | 'pathway abundances (gap filling is on otherwise by ' |
142 | 142 | 'default).'), |
|
0 commit comments