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
{{ message }}
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
it will only split the space, NOT the pipe. I have some other files where I intend to (hopefully) split by "." rather than by " " or "|". Is there any way to specify the delimiting character, similar to the string.split function?
I am receiving some strange issues with PyFasta concerning splitting large headers within a Python script.
This is the code:
when using the two sequences in my test dataset:
it will only split the space, NOT the pipe. I have some other files where I intend to (hopefully) split by "." rather than by " " or "|". Is there any way to specify the delimiting character, similar to the string.split function?