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

Remove label dtype/depend on BED row format #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefanches7
Copy link

BED columns specify needed row order, and BedDatatype class is apparently made for BED format files only. With forced label dtype, I currently have problems reading strand from column 6 - it gets converted to float with default setting (dtype = None) automatically.
I propose to remove dtype specification and oblige BED columns order use.

@stefanches7 stefanches7 requested a review from Avsecz October 2, 2019 10:58
@Avsecz
Copy link
Contributor

Avsecz commented Oct 2, 2019

What about if we have an argument: format="bed3+labels"? Alternative possible values for format would be "bed6", "bed3", ... This would make the format more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants