├── .gitignore ├── Makefile ├── README.md ├── etrf.c ├── ketopt.h ├── kseq.h └── test.fa /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/README.md -------------------------------------------------------------------------------- /etrf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/etrf.c -------------------------------------------------------------------------------- /ketopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/ketopt.h -------------------------------------------------------------------------------- /kseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/kseq.h -------------------------------------------------------------------------------- /test.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lh3/etrf/HEAD/test.fa --------------------------------------------------------------------------------