Hi
I am currently using canu to generate a transcriptome assembly from 6 nanopore RNA-Seq samples. We were quite surprised on the behavior of canu with generating about 3.8 TB of intermediate files which is kind of a lot considering the input is just about 20 GB of read data.
I have used Trinity for transcriptome assembly before but it was recommended to use canu or rnabloom for ultra-long read data so I have no reference on the behavior here.
My question is, is this normal behavior for canu ?
Here is the command that I used:
canu -p EXP-21-1 -d EXP-21-1 genomeSize=3.9g -nanopore EXP1-HAC* -minInputCoverage=2 -stopOnLowCoverage=1
Also, I have not yet found a satisfactory way to perform transcriptome assembly for nanopore reads I would appriciate any input here.