Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The input data format #22

Open
bingyinglee opened this issue Sep 10, 2024 · 1 comment
Open

The input data format #22

bingyinglee opened this issue Sep 10, 2024 · 1 comment

Comments

@bingyinglee
Copy link

Hi, I tried to use bindash to process my fasta data. I first used the following command:
./bindash sketch mydata.fas --outfname=genomeA.sketch
The mydata.fas file size is about 50M, containing more than 20,000 nucleotide sequences. But the generated .sketch file is only 1kb. There must be something wrong, but I don't know where to modify it.
Are there any requirements for the input data format?

@jianshu93
Copy link
Contributor

jianshu93 commented Sep 10, 2024

Hi @bingyinglee,

The output file size is only related to the sketch size (--sketchsize64 M and --bbits N option) if your purpose is to compute genomic distance among your files. Sketches are just first N bits of M 64 bit integers so it is not that big. You can increase --sketchsize64 to 200 or even several thousand if you want accuracy at 99% or 99.99% ANI above (a widely used metric for genomic distance). This tool is only for genomic distance estimation, not for fastq/fasta file quality control or something.

Let me know if I am not clear.

Best,

Jianshu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants