hts-nim-tools icon indicating copy to clipboard operation
hts-nim-tools copied to clipboard

useful command-line tools written to showcase hts-nim

Results 3 hts-nim-tools issues
Sort by recently updated
recently updated
newest added

Do we need specific version hts-nim-tools to get this working? I use `conda install -c conda-forge -c bioconda hts-nim-tools` to install the hts-nim-tools. My bed files are in the folllowing...

It would be nice to have a suite of example tools to further show off the syntax and utility of hts-nim. Please leave a comment here with a description. The...

from @davemcg's post: split a vcf into n pieces: ``` hts-nim-tools vcf-split -n 10 --prefix split $vcf ``` will create split.1.vcf .. split.10.vcf.

enhancement