Description
Per a mailing list discussion:
Out of curiosity, is there a document out there that notes which commands for AFNI,FSL,etc have been wrapped into Nipype and which have not? I know that there are quite a few AFNI commands that can't be used with nipype just yet (e.g., 3dToutcount), and it might be useful to know which ones are and aren't available (and also, if they won't be wrapped and why).
My suggestion:
Would the documentation-generating scripts allow snippets of Python code to list the wrapped functions/binaries for each project (or indicate that all are wrapped, if automatic)?
@satra replied:
it wouldn't be too hard to do this, as we already have scripts that traverse all interfaces. in fact it would be nice to even create a reverse mapping from underlying command to nipype interface(s) name (in some cases there is a many nipype interfaces to single command mapping - e.g., fslmaths).