COMBINE-lab / simpleaf

A rust framework to make using alevin-fry even simpler
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Dev #121

Closed rob-p closed 5 months ago

rob-p commented 5 months ago

Merge dev into main. The main focus of this release is to move to piscem as the default backend for indexing and mapping. The --use-piscem flag is no longer necessary as this is the default, but the flag is still supported for the time being, so as to not break existing pipelines (at some non-trivial cost to code complexity given the way that clap handles such things). However, in the future, we expect that the --use-piscem flag will be removed, and there will simply be a --no-piscem flag if the user wants to override the default behavior and use the salmon-alevin index and mapper.