-
Notifications
You must be signed in to change notification settings - Fork 54
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
Unsuccessful resquiggle for RNA #443
Comments
I'm trying to a similar analysis using data generated using the RNA002 kit. I'm still stuck on the preprocess step of adding the fastq sequence to the fast5 files. If I get to the resquiggle step, I will come back and post an update. |
Hi @marcus1487, I got similar problem with running
tombo version: 1.5.1
Thanks! Best wishes, |
Hi Yuk Kei! I just met the same issue as you did. I wonder if you find the solution for this problem? Thanks. |
Tombo is deprecated and as such the issues here will not be addressed. We have released full support for signal analysis of RNA reads in Remora. I would strongly suggest you move your pipelines to the Remora signal analysis API. |
Hi all,
I have sequencing data from the ONT PromethION platform with the Kit SQK-RNA002 and R9 chemistry.
Tombo pipeline has been launched under the conda environment with the following version of tools:
numpy=1.19.5=py37h3e96413_3
python=3.7.12=hf930737_100_cpython
mappy=2.22=py37h190e900_0 1
minimap2=2.22=h5bf99c6_0
which should correspond to the Tombo requirements.
I`ve tried to run resquiggle several ways:
tombo resquiggle /path/to/SingleFast5s/
/path/to/Homo_sapiens.GRCh38.cdna.all.fa
--rna
--processes 18
--overwrite
--num-most-common-errors 5
tombo resquiggle /path/to/SingleFast5s/
/path/to/index_fast5.mmi
--rna
--processes 18
--overwrite
--num-most-common-errors 5
Both ways return to me the result:
94.2% reads unsuccessfully processed
minimap2 -ax splice -uf -k14 /path/to/index_fast5.mmi
/path/to/fastq_single_ControlA.fastq | samtools sort
-o /path/to/aligned_ControlA.sam
tombo resquiggle /path/to/SingleFast5s/
/path/to/aligned_ControlA.sam
--rna
--processes 18
--overwrite
--num-most-common-errors 5
This way returns me the result with error U bases and 100% reads unsuccessfully processed
Meantime checking aligned_ControlA.sam file with the samtools shows 10195 mapped reads from 15579, which means 65% should be successfully aligned.
Am I missing something? There are issues with the tool?
The text was updated successfully, but these errors were encountered: