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

BED parser dropping a line #86

Open
VJalili opened this issue Jan 16, 2019 · 0 comments
Open

BED parser dropping a line #86

VJalili opened this issue Jan 16, 2019 · 0 comments
Labels

Comments

@VJalili
Copy link
Member

VJalili commented Jan 16, 2019

Fails to read the following line:

chr1    MSPC_PEAK    .    15    25    EEE    20

when the parser configuration is:

{  
   "DropPeakIfInvalidValue":false,
   "DefaultValue":12.0,
   "PValueFormat":1,
   "Name":1,
   "Value":5,
   "Summit":6,
   "Chr":0,
   "Left":3,
   "Right":4,
   "Strand":2
}

And the messages contain:

Default p-value used for 1 times
1 Lines dropped
Line 1\t:\tInvalid p-value (12)
@VJalili VJalili added the bug label Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant