Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p authored Jul 12, 2024
1 parent 876755e commit a9d7cca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

`piscem` is a rust wrapper for a next-generation index + mapper tool (still currently written in C++17).

Notes
=====

If you are using the pre-compiled binary from `bioconda` on an x86 OSX system, you may encounter an illegal instruction error. This is because the `bioconda` builders
have newer CPUs than some older x86 Macs. For the time being, you should be able to grab the pre-compiled x86 OSX binaries from the [releases page](https://github.com/COMBINE-lab/piscem/releases)
while we figure out the best solution "upstream" with `bioconda` x86 OSX builds (i.e. how to remove this instruction while not hurting performance on CPUs that support it).

Building
========

Expand Down

0 comments on commit a9d7cca

Please sign in to comment.