You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rnabloom.transcripts.fa assembly file seems to have a lot of redundant transcripts with very small variations - is there a way to generate a rnabloom.transcripts.nr.fa file with just the long read data?
Thanks!
The text was updated successfully, but these errors were encountered:
Some settings can be changed to reduce the redundancy of the assembly, e.g.
-indel 100 -tip 100 -p 0.6
The default for these for long reads are -indel 50 -tip 50 -p 0.7.
The other source for redundancy came from a bug in minimap2 not outputting some overlaps correctly.
Hello,
I used rnabloom to construct a transcriptome from direct RNA data with the following:
rnabloom -long all_reads.fastq -stranded -t 25 -outdir dir/ -u true
The rnabloom.transcripts.fa assembly file seems to have a lot of redundant transcripts with very small variations - is there a way to generate a rnabloom.transcripts.nr.fa file with just the long read data?
Thanks!
The text was updated successfully, but these errors were encountered: