Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: colinvwood <[email protected]>
  • Loading branch information
vaamb and colinvwood authored Dec 1, 2023
1 parent 829a387 commit 4b8014b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions q2_cutadapt/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@
'allowable error rate. The default value specified by '
'cutadapt is 0.1 (=10%), which is greater than '
'`demux emp-*`, which is 0.0 (=0%).',
'anchor_barcode': 'Anchor the barcode. An anchored barcode is '
'anchor_barcode': 'Anchor the barcode. The barcode is then '
'expected to occur in full length at the beginning '
'of the sequence. Can fasten demultiplexing if '
'used.',
'(5\' end) of the sequence. Can speed up demultiplexing '
'if used.',
'batch_size': 'The number of samples cutadapt demultiplexes '
'concurrently. Demultiplexing in smaller batches will '
'yield the same result with marginal speed loss, and '
Expand Down Expand Up @@ -365,14 +365,14 @@
'the sequences. If --p-mixed-orientation is set, then '
'both --p-forward-cut and --p-reverse-cut must be '
'set to the same value.',
'anchor_forward_barcode': 'Anchor the forward barcode. An anchored '
'barcode is expected to occur in full '
'length at the beginning of the sequence. '
'Can fasten demultiplexing if used.',
'anchor_reverse_barcode': 'Anchor the reverse barcode. An anchored '
'barcode is expected to occur in full '
'length at the beginning of the sequence. '
'Can fasten demultiplexing if used.',
'anchor_forward_barcode': 'Anchor the forward barcode. The '
'barcode is then expected to occur in full '
'length at the beginning (5\' end) of the forward '
'sequence. Can speed up demultiplexing if used.',
'anchor_reverse_barcode': 'Anchor the reverse barcode. The '
'barcode is then expected to occur in full '
'length at the beginning (5\' end) of the reverse '
'sequence. Can speed up demultiplexing if used.',
'error_rate': 'The level of error tolerance, specified as the maximum '
'allowable error rate.',
'batch_size': 'The number of samples cutadapt demultiplexes '
Expand Down

0 comments on commit 4b8014b

Please sign in to comment.