remora icon indicating copy to clipboard operation
remora copied to clipboard

Methylation/modified base calling separated from basecalling.

Results 25 remora issues
Sort by recently updated
recently updated
newest added

Hi, I got an error (c.f below) when running `remora dataset prepare` using multiple focus bases. I already trained models in the same spirit using remora 2.0, that why I...

Hello, I have been working on trying to extract metrics with remora on a very large nanopore dataset. I am running into issues with the speed at which I can...

Hi Marcus, I managed to make a dataset that has separate 10+ nucleotide handles on either side of the unmod G and mod G randomers with the structure: `LeftHandle1-NNNNGNNNN-RightHandle1` and...

Hello, We are trying to use Remora based off of a pretrained model, but are working with RNA. Would it be possible to add the RNA models that are currently...

Hi @marcus1487, I am running into an issue that I was hoping you could provide some insight into: I have a dataset from a P2 sequencer that was basecalled and...

Hello, I would like to ask if, in the absence of a reference sample without modifications, I can still use the program for methylation detection. Is there perhaps some alternative...

Hi remora team, Cheer for your good work! I want know what the data of different fields (shown in below figure) in remora dataset prepare output exactly mean? ![image](https://github.com/nanoporetech/remora/assets/76148123/75aa1a27-63c2-4d95-93eb-972c9119aa99)

Looking at a few cfDNA samples across different runs, we've noticed instances where the meth_qual distribution can vary widely quite a bit. Eg. some samples are strongly piled up near...

targeting spliced read issue https://github.com/nanoporetech/remora/issues/118#issue-1925040269

Hi @marcus1487, I was using remora API on real direct RNA-seq data, but ran into errors from this command: ```python io_read = Read.from_pod5_and_alignment( pod5_read_record=pod5_reads[bam_read.query_name], alignment_record=bam_read, reverse_signal=True, ) ``` ``` ---------------------------------------------------------------------------...