[go: nahoru, domu]

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

getting coverage by reads metrics #15

Open
sumitra20 opened this issue Mar 2, 2023 · 1 comment
Open

getting coverage by reads metrics #15

sumitra20 opened this issue Mar 2, 2023 · 1 comment

Comments

@sumitra20
Copy link

Hi @andrewprzh ,

I have an assembled metaT.fasta file and the 32 pairs of raw reads (.fq) that i used for the assembly. I would like to use rnaquast to get the coverage by reads metrics to understand the alignment statistics. How do i go about it? Im pretty confused with the term 'reference genome' as i dont have any? and running the command below only gives me the basic metrics. Did appreciate if you can advice me on the types of useful metrics i can look at using only the assembled file and the raw reads. Also how do i provide more than 1 sequences for the '--left' and '--right' parameter (separating them with ',' gives me error, or shall i create a text file with all the path)?

rnaQUAST.py -c BS_3_trinity_OUT.Trinity.fasta --left_reads R11P4_BS_clean_fwd.fq.gz --right_reads /R11P4_BS_clean_rev.fq.gz --left_reads R13P1_BS_clean_fwd.fq.gz --right_reads R13P1_BS_clean_rev.fq.gz --lower_threshold 50 --upper_threshold 95 --meta --busco bacteria --gene_mark --prokaryote --threads 8

thank you

@andrewprzh
Copy link
Contributor
andrewprzh commented Mar 2, 2023

Hi @sumitra20

rnaQUAST was initially designed as a tool for testing de novo assemblers with the use of reference genome and annotation. So if you don't have them, resulting report might be quite short.

As alternative I can suggest you trying TransRate or DETONATE, which are mostly focused on read-based quality assessment.

Also how do i provide more than 1 sequences for the '--left' and '--right' parameter (separating them with ',' gives me error, or shall i create a text file with all the path)?

I think currently the only way is to concatenate all files together.

Best
Andrey

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