Bryce Kille

Results 71 comments of Bryce Kille

`conda install tbb=2020.2` did the trick for me. What happens when you try that?

It's the least I could do! Of course, sorry if I missed documentation on how to open a feature request/proposal. > Can you give us some links to the file...

> In your application, what would be the ideal output of an MSA Parser? The MSA itself as a container of gapped sequnces that you can iterate over column wise?...

New year is definitely fine, not in a terrible rush. For some context wrt C++, I worked on implementing [this](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0237r0.pdf) C++ proposal w/ Vincent Reverdy (a member of France's C++...

I don’t think I’ll need overloads for this, rather in the body of the function I’ll need to check if the op is an STL bitwise functor and if so,...

@tdayris GSL has been added to the bioconda [recipe](https://bioconda.github.io/recipes/mashmap/README.html). Thanks for letting us know and please reopen if this doesn't fix the issue :slightly_smiling_face:

@TazinRahman1105050 A year late here, but I wanted to let you know that k-mers are now mapped to the 64-bit space, so you can have larger k-mer sizes without needing...

Updating this issue for MashMap v3 The new version of mashmap outputs a [PAF](https://github.com/lh3/miniasm/blob/master/PAF.md) file. Unfortunately, [there are no plans](https://github.com/lh3/minimap2/issues/493#issuecomment-540531915) at the moment for `paftools.js` to support conversion from PAF...

Hi @SAMtoBAM, You may be interested in the [rustybam](https://github.com/mrvollger/rustybam) toolkit, which supports PAF --> SAM conversion: ``` paf-to-sam Convert a PAF file into a SAM file. Warning, all alignments will...

Hi @BioMinnie! Thanks for using Parsnp and opening an issue. Could you provide the command used to run Parsnp?