-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #317 from effigies/fmriprep_wrapper
[RTM] fmriprep-docker wrapper script
- Loading branch information
Showing
8 changed files
with
449 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
|
||
__version__ = '99.99.99' | ||
__author__ = 'The CRN developers' | ||
__copyright__ = 'Copyright 2016, Center for Reproducible Neuroscience, Stanford University' | ||
__copyright__ = 'Copyright 2017, Center for Reproducible Neuroscience, Stanford University' | ||
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris Gorgolewski', 'Shoshana Berleant', | ||
'Russell A. Poldrack'] | ||
'Christopher J. Markiewicz', 'Russell A. Poldrack'] | ||
__license__ = '3-clause BSD' | ||
__maintainer__ = 'Ross Blair' | ||
__email__ = '[email protected]' | ||
|
@@ -24,6 +24,7 @@ | |
'https://pypi.python.org/packages/source/{name[0]}/{name}/{name}-{ver}.tar.gz'.format( | ||
name=__packagename__, ver=__version__)) | ||
|
||
|
||
SETUP_REQUIRES = [ | ||
'setuptools>=18.0', | ||
'numpy', | ||
|
@@ -68,6 +69,6 @@ | |
'Intended Audience :: Science/Research', | ||
'Topic :: Scientific/Engineering :: Image Recognition', | ||
'License :: OSI Approved :: BSD License', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
] |
Oops, something went wrong.