pufferfish icon indicating copy to clipboard operation
pufferfish copied to clipboard

An efficient index for the colored, compacted, de Bruijn graph

Results 23 pufferfish issues
Sort by recently updated
recently updated
newest added

Hello, I would like to test puffAligner but the installation fails with the wrong C++ compiler detected when following the installation instructions. It seems that cmake it is skipping my...

During `make` of pufferfish I'm getting the following error. You can see just above the error it does the presence and sanity checks for `zlib.h` and all good, so something...

Four suggestions based off of 8c24fb15335825bc54d3548db23009c1ca479711: 1. The "-h" or "--help" options get a strange error. If they aren't implemented, then shouldn't the tool complain "no such option exist" versus...

It appears that the Pufferfish indexer supports using a gzipped FASTA reference file as input. Add description to help that it can do this.

Hi! During compilation I got the following error: > /usr/bin/ld: cannot open output file cedar: Is a directory OS: Ubuntu 20.04.1 I solved simply by renaming the folder `cedar` to...

[Here](https://github.com/COMBINE-lab/pufferfish/blob/develop/CMakeLists.txt#L429) and [here](https://github.com/COMBINE-lab/pufferfish/blob/develop/CMakeLists.txt#L398). It is more packaging-friendly to utilie what git can do and not download anything during build.

Here is a short summary of the changes: - [x] Enabling soft-clipping * Proper use of KSW2 alignment results: Track the best scoring prefix alignment (during KSW2 extension) in addition...

Hi, There are some applications where it's important to identify reads pairs where the reads map to different references. Even though Puffaligner map reads independently ("(…) *we consider the chaining...

Hey! I got one question: the `pufferfish align` command has a `--genomicReads` parameter, which I assume activates a non-splice alignment mode. However the README says that spliced-alignment is not currently...

Currently, the only way to get a bam file from puffalign is to write a sam and then convert it in a separate command. If puffalign could output to stdout...

enhancement