epi2me-labs / wf-alignment

Other
23 stars 15 forks source link

Question about Map long cDNA reads #25

Closed YIGUIz closed 4 months ago

YIGUIz commented 6 months ago

Ask away!

Hello, I'm working on aligning cDNA RNA-seq ONT data. I noticed that the "--minimap_preset rna" parameter is designed for Nanopore Direct RNA-seq. Do I need to adjust the code in the Nextflow script for my datasets?

截屏2024-02-28 14 43 08
julibeg commented 6 months ago

Hi @YIGUIz,

There's no need to change the code. You can provide arguments to be passed to minimap2 with the --minimap_args parameter (please note that this will override any preset arguments though).