eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

Package tsv-utils for conda(-forge)? #348

Open corneliusroemer opened 2 years ago

corneliusroemer commented 2 years ago

I love tsv-utils, it's so good. I'm using it extensively to analyze SARS-CoV-2 metadata (5.5m line TSVs with around 40 columns giving 5GB files).

I'm telling everyone about it and people love it when they try it.

One thing that's in the way of wider adoption is the lack of packaging. In the bioinformatics community, conda is the de facto standard. It'd be amazing if tsv-utils was available through conda-forge or bioconda. I'm happy to help maintain, but I've never packaged something for bioconda myself.

corneliusroemer commented 2 years ago

I'm working on it, basically managed to get it to build, just needs to be merged now.

https://github.com/conda-forge/staged-recipes/pull/17165