DaehwanKimLab / hisat2

Graph-based alignment (Hierarchical Graph FM index)
GNU General Public License v3.0
464 stars 113 forks source link

SRA data access requires an additional library #286

Closed klymenko closed 3 years ago

klymenko commented 3 years ago

Starting with our next release 2.11.0, you will need to link against an additional library to build hisat2 with support of SRA data access.

We propose a change to your Makefile that should be completely transparent. You can build it with our old -OR- new NGS package.

You can test it against our existing packages. New packages for you to test are located in https://ftp-trace.ncbi.nlm.nih.gov/sra/ngs/2.11.0rc/

parkchanhee commented 3 years ago

@klymenko Thanks!

parkchanhee commented 3 years ago

merged to dev