We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
RapClust removes contigs that have less than 10 reads mapping to them. That's why the drop in total contig count.
Sorry, something went wrong.
thanks for the info !
No branches or pull requests
Hi,
I have a trinity assembly that contains 215578 contigs:
I ran Salmon, and got expression for these 215578 contigs:
But RapClust only returns cluster assigment for 134922 contigs:
How come?
Thanks!
The text was updated successfully, but these errors were encountered: