from EPD install:
As the last step, you should edit your .bashrc or prepend
the EPD install path:
/software/python/EPD/7.0/bin
Thank you for installing EPD!
$ export PATH=/software/python/EPD/7.0/bin:$PATH
from EPD install:
As the last step, you should edit your .bashrc or prepend
the EPD install path:
/software/python/EPD/7.0/bin
Thank you for installing EPD!
$ export PATH=/software/python/EPD/7.0/bin:$PATH
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.19370138645172119</real> | |
| <key>Green Component</key> | |
| <real>0.15575926005840302</real> |
| #!/usr/bin/env python | |
| from nipype.interfaces.base import BaseInterface, BaseInterfaceInputSpec, TraitedSpec, traits, InputMultiPath, OutputMultiPath, File | |
| from nipype.utils.filemanip import split_filename | |
| import niftiqa | |
| import os, sys | |
| ####### Begin Class niftiqa ######## | |
| class niftiqaInputSpec(BaseInterfaceInputSpec): | |
| niftis = InputMultiPath(traits.Either(traits.List(File(exists=True)),File(exists=True)), |
| { | |
| "ADHD-200 Phenotypic Key": { | |
| "Site": { | |
| "1": "Peking University", | |
| "2": "Bradley Hospital/Brown University", | |
| "3": "Kennedy Krieger Institute", | |
| "4": "NeuroIMAGE Sample", | |
| "5": "New York University Child Study Center", | |
| "6": "Oregon Health & Science University", | |
| "7": "University of Pittsburgh", |