Adam Taranto

Results 8 comments of Adam Taranto

Is --purge-cov in the latest release? I'm using 0.15.5-r350 and get an unknown option error. Can't see it in the code either.

I was using 22.0.0 which is the most recent version on bioconda. I'll try the master branch version.

Currently no solution for this issue for users using conda on MacOS. @tanghaibao it seems like this line in jcvi.graphics.base is supposed to catch these issues and turn off latex...

Issue seems to be solved with latest @tanghaibao's latest commit 09c8c87. - If `latex` is not installed then the usetex setting in matplotlib is turned off, - If `latex` is...

@martin-g Does this go in the `build.sh` script in a Bioconda recipe? > Here is the updated version of the script I shared [earlier](https://github.com/bioconda/bioconda-recipes/issues/23454#issuecomment-1521574446). Now it uses the official Docker...

Installed with `pip3 install -r requirements.txt` Which installs: > nbgrader > jupyter > numpy > pandas > matplotlib > biopython > networkx > regex If I do this in a...

Hi @rvaser, do you have an example of how to use racon to correct a set of reads aligned to themselves using Minimap2?

Thanks, Robert. One other question - can Racon be set up to extend contigs/reads during error correction? i.e if alignments are soft-clipped at the end of a contig or if...