-
Notifications
You must be signed in to change notification settings - Fork 128
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
dcm2niix explicitly noted as a (PyPI) dependency and removed from being installed via apt-get etc #628
Conversation
FTR -- it was only recently that dcm2niix got "Python package" on pypi contributed: https://github.com/rordenlab/dcm2niix/pull/605/files . What happens is that upon installation of the sources, it builds/installs the whl:
I think it would only be great to become 'self pypi sufficient' so I do not see a reason to not do it. Do you see anything against it @satra @pvelasco and other @nipy/team-heudiconv ? |
Codecov ReportBase: 81.30% // Head: 81.30% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #628 +/- ##
=======================================
Coverage 81.30% 81.30%
=======================================
Files 41 41
Lines 3820 3820
=======================================
Hits 3106 3106
Misses 714 714
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
=== Do not change lines below === { "chain": [ "e179ee94e55f524620bea09c4d29fe56a7908fff" ], "cmd": "utils/gen-docker-image.sh", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
@TheChymera I have pushed a few more commits since we can not simplify some other aspects of installation/documentation. Please review and also check out more -- may be there is even more to it. |
@yarikoptic gave it another once-over, it looks like you caught all instances of dcm2niix being installed manually. I'd say it's good to go. |
Let's give it a shot, thanks! |
🚀 PR was released in |
Closes (part of) #627