-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix guess barcodes for single-end reads (#51)
* bugfix guess barcodes for single-end reads bugfix guess barcodes for single-end reads; allow barcodes other than 8bp in the sorted common barcodes output file * emit counts in single-end guessed barcode report
- Loading branch information
Showing
3 changed files
with
73 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
test/input/TestIlluminaBarcodeHelper/single_index/expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
sample_name expected_barcode_1 expected_barcode_1_name guessed_barcode_1 guessed_barcode_1_name match_type | ||
EBOV-VP24UTR_G10218A-C10220U.DMSO CAAAAGAT RPI28 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.DMSO CACCGGAT RPI30 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.NMIA CTAGCTAT RPI38 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.DENAT TCCCGAAT RPI46 alternative_indices_uncertain | ||
sample_name expected_barcode_1 expected_barcode_1_name expected_barcodes_read_count guessed_barcode_1 guessed_barcode_1_name match_type | ||
EBOV-VP24UTR_G10218A-C10220U.DMSO CAAAAGAT RPI28 264750 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.DMSO CACCGGAT RPI30 187070 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.NMIA CTAGCTAT RPI38 268529 alternative_indices_uncertain | ||
EBOV-VP24UTR_G10218A-C10242U.DENAT TCCCGAAT RPI46 287559 alternative_indices_uncertain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters