-
Notifications
You must be signed in to change notification settings - Fork 22
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
What is the difference between mrf_read.py and mrf_read_data.py? #66
Comments
Seems like the usage between the two is the major difference:
|
Doesn't sound like there is enough to keep both. Are you using any of these? The mrf_read_index is another one, you can do the same thing with "od". |
I am using mrf_read.py |
What for? QC? |
Yes, it is used in our automated end-to-end tests |
We could consider consolidating if needed, but I find |
I don't see any strong reason to keep mrf_read_data.py |
That would be good. Maybe the mrf_read_index could be eliminated too, since it's not that useful? Or have it merged into mrf_read.py. |
I like the CSV output of mrf_read_index, but rarely every use it. I think it is helpful for debugging and understanding MRFs. It would be nice to merge it into mrf_read and then have only one tool to maintain. |
No description provided.
The text was updated successfully, but these errors were encountered: