Skip to content
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

Output does not include 3' ends of reads #171

Open
esh97 opened this issue Aug 13, 2024 · 3 comments
Open

Output does not include 3' ends of reads #171

esh97 opened this issue Aug 13, 2024 · 3 comments

Comments

@esh97
Copy link

esh97 commented Aug 13, 2024

Hello,

Thanks for creating this tool! I've used it previously with RNA002 sequences, and the m6A output data used to reach the 3' end of my reads, however, with the RNA004 data, it now stops about 500 nucleotides from the 3' end of my reads. This is where the majority of the coverage is, so I'm not sure why this region is not included in the output.

Thanks for your help!
Ethan

@esh97
Copy link
Author

esh97 commented Aug 20, 2024

Hello,

I'm following up on this issue. I have rerun my RNA002 data with version 1 and version 2 of m6anet, and only version 2 is truncating my reads at the 3' end. Is this an issue that can be easily fixed?

Thanks!
Ethan

@yuukiiwa
Copy link
Collaborator

Hi Ethan (tagging you here @esh97),

Can you provide the commands for each of the m6anet versions you run, please?

Thanks!

Best wishes,
Yuk Kei

@esh97
Copy link
Author

esh97 commented Aug 26, 2024

For both version 1 and 2, I run this nanopolish command to generate an eventalign:

nanopolish eventalign --reads merged.fastq --bam sorted.bam --genome ref.fasta --scale-events --signal-index --threads=50 > eventalign.txt

For version 1, I run the following m6anet commands:

m6anet-dataprep --eventalign eventalign.txt --out_dir m6anet/ --n_processes 4
m6anet-run_inference --input_dir m6anet/ --out_dir m6anet/m6a_mods/ --infer_mod_rate --n_processes 4

For version 2, I run the following commands:

m6anet dataprep --eventalign eventalign.txt --out_dir m6anet/ --n_processes 4
m6anet inference --input_dir m6anet/ --out_dir m6anet/m6anet2/

Thanks for your help!
Ethan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants