You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
* Fix CI (#124)
* Changing clang-format to v18
* With the existing clang, I was getting very odd errors, such as not being able to find the system headers
* I had to add more ignores with this update - we can go back and look at those in more detail if desired
* On linux, code coverage wasn't working with the newest meson - I decided to just move that test and use meson 1.4.0 for it only
* There were other issues for the clang and code coverage checks for mac, but I decided to remove those, since we are covering code quality with linux anyway
* Fixes for clang-format
* Remove last column from large.bam - was causing issues for ninja sanitize-undefined in mac
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Using the library
30
30
---
31
31
- Run time dependencies:
32
32
* SAMtools for reading SAM, BAM, and CRAM files.
33
-
* gzip, tar, pigz, bzip2, xz, lrzip, zip, and/or 7zip for compressing/decompressing files. Not all of these are necessary, only the ones whose compressions you'll be using.
33
+
* gzip, tar, pigz, bzip2, xz, lrzip, zip, and/or 7zip for compressing/decompressing files. Not all of these are necessary, only the ones whose compressions you'll be using.
34
+
* Note that lrzip is not available on the btllib conda osx-arm64 build
34
35
* wget for downloading sequences from a URL.
35
36
- Building C++ code (`$PREFIX` is the path where btllib is installed):
36
37
* Link your code with `$PREFIX/lib/libbtllib.a` (pass `-L $PREFIX/lib -l btllib` flags to the compiler).
0 commit comments