diff options
| author | Calvin <calvin@EESI> | 2013-03-07 14:45:04 -0500 |
|---|---|---|
| committer | Calvin <calvin@EESI> | 2013-03-07 14:45:04 -0500 |
| commit | 748ba238758d92b74eff059e00384249673b2fa2 (patch) | |
| tree | 705a3a92bdb02fe4ed749b6a9c7398df63b2dab9 /quikr.py | |
| parent | 29a242c629a37cc6099f55b38f18b86b2df28cf4 (diff) | |
multifasta_to_otu.py support for compression
Diffstat (limited to 'quikr.py')
| -rwxr-xr-x | quikr.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ def main(): def quikr_load_trained_matrix_from_file(input_fasta_location, trained_matrix_location, kmer, default_lambda): if qu.isCompressed(trained_matrix_location): - print "compressed!" trained_matrix_file = gzip.open(trained_matrix_location, "rb") else: trained_matrix_file = open(trained_matrix_location, "rb") |
