RaverJay

Results 6 comments of RaverJay

Alright. I was thinking that an experimental rescue mode might still be useful. Straight up discarding them all bears the risk of losing long reads that are potentially vital for...

Having the same error on my conda installation (v2.2.1) ``` $> which bwa-mem2 /home/username/miniconda3/envs/bwa-mem2/bin/bwa-mem2 $> bwa-mem2 ERROR: prefix is too long! $> /home/username/miniconda3/envs/bwa-mem2/bin/bwa-mem2 Looking to launch executable "/home/ya86gul/miniconda3/envs/bwa-mem2/bin/bwa-mem2.avx2", simd =...

This looks to be docker specific, did not run into this with `-profile singularity`

I second that it should be the default Also, the timeout seems unnecessary - why produce an error when things could still finish correctly?

Thanks, that clears it up a lot! Does that mean that Taiyaki's prepare_mapped_reads.py is not really best suited as a resquiggler, e.g. to extract signal means for individual bases for...

Had the same/a similar problem, fixed it by installing the 0.2.4-beta from development branch: e.g. run: pip install git+https://github.com/rrwick/Porechop.git@development See here: https://github.com/rrwick/Porechop/issues/44#issuecomment-362465575