[MRG] remove redundant ACGT-checking code. #1590
Merged
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
83c755a
remove unneeded check_and_normalize_read calls
ctb 7d46f07
remove unneeded check_and_process_read code
ctb db51c34
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb ffe5076
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb b9b708d
remove check_and_normalize_read calls from abundance_distribution fun…
ctb 976cf30
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb 55f36e1
remove outdated comment ref merge
ctb 4cbe6bd
fix another comment
ctb a34ae08
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 26180cd
update consume_seqfile to use cleaned_seq
ctb fde5960
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 8029d19
update for add'l tests
ctb 19e014a
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 1b5c03f
abundance foo
ctb f91ebee
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 0aa103c
made output_partitioned_file use cleaned_seq
ctb e687229
switch to using kmer iterator in output_partitioned_file
ctb fe3d9cb
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 0f1bf48
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb bfeebef
remove check_and_normalize_read from trim_on_stoptags
ctb efd2bb3
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 6d97388
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 0cdd034
split tests out to test_sequence_validation
ctb f63a4d8
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb c7123da
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb cad8213
add exceptions
ctb c269436
Merge remote-tracking branch 'origin/master' into remove/is_valid_dna
ctb 990dc37
fix setup.py for offline operation
ctb 85a730e
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 264dc29
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 416f94b
remove check_and_normalize_read from hashgraph
ctb cec6243
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 7375dbd
fix problems revealed by larger ksize
ctb 12aa4d8
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 06342dc
updated read cleaning in labelhash & tests
ctb 8b34213
removed check_and_normalize_read, yay
ctb b17f386
uncomment pytest-runner req
ctb 3164408
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 8b846a1
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb f708a76
switch to countingtype
ctb b2d0838
switch to countingtype x 2
ctb 10ce9bd
update trim functions on bad dna to be properly undefined
ctb 98cd756
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 8a683c8
Merge branch 'fix/consume_partitioned_err' into remove/is_valid_dna
ctb fc63010
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 01c3b44
Merge branch 'fix/consume_partitioned_err' into remove/is_valid_dna
ctb cb3d6cc
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb 9a5080b
add partition ID to new 'bad' sequence
ctb 3f6a673
adjust tests for new 'bad dna' sequence
ctb d4eb8a5
Merge branch 'remove/is_valid_dna_tests' into remove/is_valid_dna
ctb cf8ebc0
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb 122258c
Merge branch 'master' into remove/is_valid_dna
betatim c031499
Merge branch 'master' of github.com:dib-lab/khmer into remove/is_vali…
ctb 4b3d4ed
update Changelog
ctb 1a54b45
grr typo
ctb
Jump to file
No files or symbols found.
+3
−0
CHANGELOG.md
CHANGELOG.md
+0
−7
hashtable.hh
include/oxli/hashtable.hh
+16
−22
hashgraph.cc
src/oxli/hashgraph.cc
+11
−70
hashtable.cc
src/oxli/hashtable.cc
+24
−24
labelhash.cc
src/oxli/labelhash.cc
+45
−47
subset.cc
src/oxli/subset.cc
+0
−6
test_countgraph.py
tests/test_countgraph.py
+47
−36
test_sequence_validation.py
tests/test_sequence_validation.py
Oops, something went wrong.