-
Notifications
You must be signed in to change notification settings - Fork 533
[WIP/ENH] Adds a new interface for AFNI's 3dMEMA
command
#2953
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
Conversation
Following Nipype's guidelines to write new interfaces.
3dMema
command3dMEMA
command
0bf3fb3
to
1a28ec3
Compare
@JesseyWright I have added a couple of full-examples. Please have a look. Still working on this interface, but I could use some help writing more of those: first, some commands preceded with sorry for the short message, writing from SFO. |
Codecov Report
@@ Coverage Diff @@
## master #2953 +/- ##
==========================================
- Coverage 64.24% 64.22% -0.02%
==========================================
Files 342 342
Lines 43692 43752 +60
Branches 5453 5463 +10
==========================================
+ Hits 28068 28101 +33
- Misses 14545 14571 +26
- Partials 1079 1080 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2953 +/- ##
==========================================
- Coverage 67.5% 64.22% -3.28%
==========================================
Files 344 342 -2
Lines 44039 43752 -287
Branches 5554 5463 -91
==========================================
- Hits 29727 28101 -1626
- Misses 13560 14571 +1011
- Partials 752 1080 +328
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2953 +/- ##
==========================================
- Coverage 67.5% 64.15% -3.35%
==========================================
Files 344 342 -2
Lines 44039 44045 +6
Branches 5554 5561 +7
==========================================
- Hits 29727 28256 -1471
- Misses 13560 14667 +1107
- Partials 752 1122 +370
Continue to review full report at Codecov.
|
@JesseyWright I've finished the inputs and their tests. I believe this should be functional. However, this will fail when composing the outputs - could you find some data to test this on? |
This pull request is "orphaned," which means it has been deemed to be abandoned by its original author. Orphaned pull requests have not been rejected, and we hope that if a user sees one that will meet their needs with a little work, that they will fork it and open a new pull request (or, in the case of the original author, reopen the original PR). We ask that all adopted PRs be updated to merge or rebase the current master. If you would like to adopt a PR and need help getting started, any of a number of contributors will be happy to help. |
Following Nipype's guidelines to write new interfaces.
Summary
Adds a new AFNI interface
List of changes proposed in this PR (pull-request)
Acknowledgment