Skip to content

Commit

Permalink
Command-line option to specify using the 96 PCR barcodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Oct 22, 2019
1 parent 78c7731 commit 4413c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porechop/porechop.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_arguments():
barcode_group.add_argument('--pcr_barcodes', action='store_true',
help='Only attempts to match the 96 PCR barcodes')
barcode_group.add_argument('--rapid_barcodes', action='store_true',
help='Only attempts to match the rapid barcodes')
help='Only attempts to match the 12 rapid barcodes')
barcode_group.add_argument('--limit_barcodes_to', nargs='+', type=int, required=False,
help='Specify a list of barcodes to look for (numbers refer to native, PCR or rapid)')
barcode_group.add_argument('--custom_barcodes',
Expand Down

0 comments on commit 4413c45

Please sign in to comment.