Bigger disclosure: The s-aligner tool is not free, and the code on github seems incomplete, so it's not really open source either. People're better off sticking to known devils.
Hello all
I performed trinity assembly using two fastq files of 3 GB each and obtained result as Trinity.fasta
But result is just 1269 KB in size
Why is it that small?
Whether there is any problem with assembly?
Any help will be appreciated
Thank you
2 answers
Supposed you have done proper QC of fastq files (e.g. removing sequencing adaptors), try normalize reads and assemble the transcript with normalized reads (default 50x coverage):
Trinity --normalize_reads --seqType fq ...
I guess anyone in that situation has two options:
Not using that dataset, You can try QC or you can repeat the sequencing using better tools. I recommend mapping the reads to a reference genome and visualizing the result with a tool that doesn't hide indels. You can use minimap2 for the mapping and "samtools tview" for visualizing. Alternatively, you can use Contignant s-aligner for the mapping and AliView for visualization. This way you will know exactly what the problem is with your data.
Not using Trinity. You can use better assemblers like SPAdes or Contignant s-aligner. It's likely that your results will improve exponentially.
Disclosure: I am a developer in Contignat s-aligner.
Nobody claimed it was open source... As with every software mentioned in the answer, it requires funding. The only difference is that it didn't get funds before completion. If you don't like it don't use it. No need to make false accusations.
Log in to answer this question.
What organism? Did you perform quality checks on your fastq? Did you examine Trinity logs?
plant transcriptome data ...
trinity log means?
this is the basic statistics of the obtained result