-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] add generic support for gzipped and zipfile CSVs (#2195)
* add FileInputCSV * support zipfile taxonommies * rename 'default_zip_name' to 'default_csvname' * hack in support for CSVs with version info * more tests, support for ZipFile objs being passed in * sourmash sketch now accepts gzipped CSV files * picklists can now be gzipped * sig check now supports gz input file * add test for sig check with gz picklist * add delimiter support * update comment * fix comment * update comment * update comment * remove SOURMASH-TAXONOMY.csv * add explicit tests for FileOutputCSV * add gzip output tests for compare, plot, gather * change prefetch to use FileOutputCSV * fix gather --save-prefetch-csv to use FileOutputCSV * fix manifests to read/write gzip * add test for sig describe -o csv.gz * more test
- Loading branch information
Showing
15 changed files
with
731 additions
and
41 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
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
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
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
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
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
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
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
Oops, something went wrong.