-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello,
Is there are reason why the read name information needs to be concatenated here?
ultraplex/ultraplex/__main__.py
Line 585 in be1841f
| read.name.replace(" ", "_").replace("/", "").replace("\\", "") |
I ask because it breaks downstream tools like umi_tools dedup which use the read names to identify read pairs. Would it be tolerable to add the 'rbc:` string to the end of the first element of the space-delimited read name?
Happy to issue a PR if that would work too. I note this would be a non-backward compatibile change if any other downstream tool/code is dependent upon the current read naming convention.
Metadata
Metadata
Assignees
Labels
No labels