osowiecki

Results 13 comments of osowiecki

How about injecting some JS into webpages to allow opening images in a popup with more "pixels"? https://s33.postimg.cc/ab7p4xwan/Selection_094.png https://gist.github.com/certik/4336299de10f400ee49943bd9f8a8ba6

Just being able to open the image in new tab should do the trick. Adding support for opening links in new tab would solve 2 issues at once.

The idea is (as I understand it) that your remote server downloads entire image and then only sends a pixelated representation to your machine over internet (ssh).

By the way. Pixelated images prevent people from solving google captchas (find all them cars). Maybe you can render those in better quality?

I understand. In that case I will wait for a more complete English documentation to show up and than I can offer a polish translation the next time someone asks...

I believe you should submit it to slurm, wait for it to finish and then get back to assemble.sh when all jobs finish.

Same issue here. ----------------------------------------------------------- --- Running svaba SV and indel detection on 20 threads --- --- (inspect *.log for real-time progress updates) --- ----------------------------------------------------------- [E::bwa_idx_load_from_disk] fail to locate the index...

> Ok, this may be a larger problem. Are you reads single end or paired end? SVTyper needs paired reads to calculate an insert size distribution Same error [IndexError: list...

That might be the case. Thank you. I've tried to determine if a given variant from particular sample in a multisample vcf is marked as non present because of low...

using --population-b-allele-vcf= with dbsnp.vcf and --ploidy-vcf= with identical header as in dbsnp.vcf still crashed the application with the same reason. Should it work like that? I wanted to use dbsnp.vcf...