RNA-Bloom icon indicating copy to clipboard operation
RNA-Bloom copied to clipboard

Resolve Racon Conflict with Numeric Named Reads

Open ad3002 opened this issue 5 months ago • 3 comments

This pull request addresses an open issue in Racon (https://github.com/isovic/racon/issues/233), where Racon encounters an error if reads and contigs have identical names. In our project, we have read files with numeric names generated by an upstream tool, leading to a naming conflict in Racon.

To resolve this, I have implemented a solution where a 'unitig' prefix is added to unitig fasta records. This change effectively prevents the name conflict in Racon, and subsequent tests confirm that RNA-Bloom now operates as expected. This update ensures compatibility and stability in RNA-Bloom, addressing the named issue without affecting other functionalities.

ad3002 avatar Jan 22 '24 11:01 ad3002