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

region files with ".reg.txt" extension should be parsed using region.file not region.textfile #43

Open
mawilson1234 opened this issue Feb 4, 2020 · 0 comments

Comments

@mawilson1234
Copy link

When the extension of the regions file is ".reg.txt", it gets parsed using region.textfile, which is incorrect. It should get parsed using region.file. Renaming the file to *.reg works, but this isn't great on Windows since that's used for registry files. The relevant code is experiment.py lines 54-57.

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

No branches or pull requests

1 participant