hts-sys 2.2.0

This library provides HTSlib bindings.
Documentation
1
2
3
4
5
6
7
#!/bin/sh

# One copy tests the small buffer histogram variant
./entropy $srcdir/dat/q4

# Four copies tests the large buffer histogram variant
cat $srcdir/dat/q4 $srcdir/dat/q4 $srcdir/dat/q4 $srcdir/dat/q4 | ./entropy