Pedro
Pedro
Ok, in one docker container it worked. The only difference it's that I built the docker image with manual installation of bcftools and htslib before installation of cyvcf2 with conda:...
Thanks for the reply. Definitely cleaner anda faster than my solution (below). My use case is very specific. I have motif scanning hits and wanted to remove redundant hits (e.g....
About that, would also be nice to have an option to keep metadata when dropping identical intervals: ``` gr = pr.from_dict({'Chromosome': [1, 1, 1, 1], 'Start': [10, 12, 12, 30],...
Hello Robert, I may replace the read identifiers, but this paf file refers to self overlappings between raw reads. I want to perform read error correction. Thank you, Pedro
Hello, After replacing the read identifiers (reduced file to 433Gb size), I tried a new round of error correction with racon. As my server only owns 1Tb RAM, I needed...