Ahmad Lutfi

Results 12 comments of Ahmad Lutfi

Hi Daniel, I have another question to understand the output exactly, so let`s back to the command-line: `./dashing cmp –k10 -p5 -C -S24 --wj-exact reference_.fasta reads.fastq` **The output is:** #Path...

I think that I understood the output, so the output of my test is: `./dashing cmp -k10 -p5 -C -S24 --sizes reads.fastq reference.fasta` #Path Size (est.) reads.fastq **1048218** reference.fasta **767497**...

Thanks for the answers, I am trying now to run with `--containment-index` because I want to have the containment score to the reads set. I would like to ask about...

I think that the value 0.999992 is the answer from containment score, where |A| is the reads set. correct? Thanks best Ahmad

Thanks for the answer, do you mean with one direction, when I take (|A & B| / |A|), where |A| is the reads set? And the other direction will be,...

Exactly that is what I thought, the 73% is the containment score from reads( 73% k-mers from the read set are contained in the reference set) that makes sense for...

that helps thanks, I have also a question to be sure how can I explain the output: > **./dashing cmp -k31 -p2 --sizes read.fastq reference_.fasta** #Path Size (est.) reference.fasta **2824048**...

Hi @jevansio, I have been working on the issue of connecting to minknow (22.05.5-1~focal) on 9502 (c++). Here I used `grpc::CreateChannel()` I already defined "ca.crt", "localhost.key" and "localhost.crt" with `grpc::SslCredentialsOptions`....

Hi @jorj1988 and @jevansio, thank you very much for the nice answers! I am now working on that and will let you know ASAP when I solve the issue. @jorj1988...

@jorj1988 thank you very much, I will check it out. Best, Ahmad