Skip to content

Commit

Permalink
update usage for single-end barcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Nov 13, 2024
1 parent f06ad31 commit c4735e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dupsifter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@ static int usage() {
fprintf(stderr, " tries to parse the read name. If the barcode is in the read name, it must be the last element\n");
fprintf(stderr, " and be separated by a ':' (i.e., @12345:678:9101112:1234_1:N:0:ACGTACGT). Any separators\n");
fprintf(stderr, " found in the barcode (e.g., '+' or '-') are treated as 'N's and the additional parts of the\n");
fprintf(stderr, " barcode are included up to a maximum length of 16 bases/characters. Barcodes are taken from\n");
fprintf(stderr, " read 1 in paired-end sequencing only.\n");
fprintf(stderr, " barcode are included up to a maximum length of 16 bases/characters. Barcodes can be read from\n");
fprintf(stderr, " single-end or paired-end (pulled from read 1 only) sequencing.\n");
fprintf(stderr, "\n");

ds_conf_destroy(&conf);
Expand Down

0 comments on commit c4735e8

Please sign in to comment.