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

lost contigs along the way ? #17

Closed
TristanLefebure opened this issue Jul 19, 2017 · 2 comments
Closed

lost contigs along the way ? #17

TristanLefebure opened this issue Jul 19, 2017 · 2 comments

Comments

@TristanLefebure
Copy link

Hi,

I have a trinity assembly that contains 215578 contigs:

[tristan@umr5023-proasellus PCG6_rapclust] grep -c '>' ../trinity_assembly.fa
215758

I ran Salmon, and got expression for these 215578 contigs:

[tristan@umr5023-proasellus PCG6_salmon_transcripts_quant] wc -l quant.sf
215759 quant.sf

But RapClust only returns cluster assigment for 134922 contigs:

[tristan@umr5023-proasellus PCG6_rapclust] wc -l mag.flat.clust
134922 mag.flat.clust

How come?

Thanks!

@laraib85
Copy link
Contributor

Hi,

RapClust removes contigs that have less than 10 reads mapping to them. That's why the drop in total contig count.

@TristanLefebure
Copy link
Author

thanks for the info !

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