-
Notifications
You must be signed in to change notification settings - Fork 4
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
what is the meaning of 'input dim' #8
Comments
Input dim: is the maximum bp size in your data. The current tool can support " {100,500,1000 or 3000}. |
Hi @alyosama , If the longest contig is 8.9 kbp, should I split it into 3 sub-contigs and each sub-contig is shorter than 3kbp? It is strange to restrict contigs to be shorter than 3000bp. The genome of the virus is often longer than 10 kbp. |
Hi @ucassee The tool is not designed for the assembly, it is for classification for HTS metagenomic reads. The goal is to purify these metagenomic reads from bacterial contaminations. The current technologies are generating reads with an average size of 500 bp or less. So In your case, if you want to use our tool, you need to split your contigs to be shorter or equals to 3kbp. |
Okay, I get it, Thanks |
Hi @alyosama ,
Thanks |
Hi,
I don't know what is the meaning of 'input dim'. My input file is the assembly of metagenomes, how should I set this parameter?
Thanks
The text was updated successfully, but these errors were encountered: