cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Bump up seq_file dependency

Open bricoletc opened this issue 3 years ago • 0 comments

Currently we bundle a 2012-version of seq_file and also an old version of htslib (im not sure which version however).

If we bump up seq_file to latest version (I see a date of 2015 in seq_file.h on the repo), we could:

  • Bundle only the two header files in seq_file, like gramtools does
  • Remove the string_buffer dependency, as new seq_file does not require it (this is written here)
  • Bump up htslib

@iqbal-lab how useful would this be?

bricoletc avatar Mar 01 '21 18:03 bricoletc