Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]SOFT Parser skips entities #72

Closed
kMutagene opened this issue Sep 16, 2019 · 1 comment
Closed

[BUG]SOFT Parser skips entities #72

kMutagene opened this issue Sep 16, 2019 · 1 comment
Assignees
Labels
bug project-IO Issues regarding the BioFSharp.IO project

Comments

@kMutagene
Copy link
Member

Describe the bug
The SOFT parser skips entities of the same type that are listed directly beneath each other, e.g. the list
^Sample1
..
^Sample2
..
^Sample3

gets parsed as [Sample1;Sample3]

To Reproduce
Parse a SOFT family file with multiple sample entries

Expected behavior
all samples should be parsed (this is in fact absolutely necessary)

Additional context
Fix is underway

@kMutagene kMutagene added the bug label Sep 16, 2019
@kMutagene kMutagene self-assigned this Sep 16, 2019
@kMutagene kMutagene added the project-IO Issues regarding the BioFSharp.IO project label Sep 16, 2019
@kMutagene
Copy link
Member Author

Should be fixed with cc3a3f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug project-IO Issues regarding the BioFSharp.IO project
Projects
None yet
Development

No branches or pull requests

1 participant