bcgsc / RNA-Bloom

:hibiscus: reference-free transcriptome assembly for short and long reads
Other
85 stars 7 forks source link

Fix bug when read names contain `/` #45

Closed kmnip closed 1 year ago

kmnip commented 1 year ago

Please report

Names in long reads containing suffixes /1 and /2 would be trimmed as if they were paired-end reads. For example, name/1 and name/2 would be trimmed to name, resulting in two names sharing the same name. This would lead to an error in later stages of the assembly.