Allow record.id() to get the first field before the first "|" instead of white space · Issue #609 · rust-bio/rust-bio · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use rust-bio to process a fasta file, in which the sequence id is the first field before "|", and the id sometimes contains white space. How can I allow record.id() to get the first field before the first "|" instead of the white space. Is there a workaround for this?