Skip to content

Commit 44b6427

Browse files
committed
add exception when setting ETS toolkit
2 parents e85d3a2 + 732cef3 commit 44b6427

File tree

81 files changed

+4118
-679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+4118
-679
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
.settings
1414
.pydevproject
1515
.idea/
16+
/documentation.zip

CHANGES

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,63 @@ Next release
22
============
33

44
* ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets.
5+
* FIX: Fixed Camino output naming (https://github.com/nipy/nipype/pull/1061)
6+
* ENH: Add the average distance to ErrorMap (https://github.com/nipy/nipype/pull/1039)
7+
* ENH: Inputs with name_source can be now chained in cascade (https://github.com/nipy/nipype/pull/938)
8+
* ENH: Improve JSON interfaces: default settings when reading and consistent output creation
9+
when writing (https://github.com/nipy/nipype/pull/1047)
10+
* FIX: AddCSVRow problems when using infields (https://github.com/nipy/nipype/pull/1028)
11+
* FIX: Removed unused ANTS registration flag (https://github.com/nipy/nipype/pull/999)
12+
* FIX: Amend create_tbss_non_fa() workflow to match FSL's tbss_non_fa command. (https://github.com/nipy/nipype/pull/1033)
13+
* FIX: remove unused mandatory flag from spm normalize (https://github.com/nipy/nipype/pull/1048)
14+
* ENH: Update ANTSCorticalThickness interface (https://github.com/nipy/nipype/pull/1013)
15+
* FIX: Edge case with sparsemodels and PEP8 cleanup (https://github.com/nipy/nipype/pull/1046)
16+
* ENH: New io interfaces for JSON files reading/writing (https://github.com/nipy/nipype/pull/1020)
17+
* ENH: Enhanced openfmri script to support freesurfer linkage (https://github.com/nipy/nipype/pull/1037)
18+
* BUG: matplotlib is supposed to be optional (https://github.com/nipy/nipype/pull/1003)
19+
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
20+
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
21+
* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
22+
New options also include choice of tracker, interpolator, stepsize and
23+
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
24+
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
25+
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
26+
* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
27+
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
28+
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
29+
(https://github.com/nipy/nipype/pull/990/files)
30+
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
31+
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
32+
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
33+
* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
34+
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
35+
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
36+
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
37+
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
38+
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
39+
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
40+
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
541

642
Release 0.10.0 (October 10, 2014)
743
============
844

945
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
1046
to enable parallel processing of very large images.
1147
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
12-
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
48+
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
1349
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
1450
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
1551
* ENH: New dipy interfaces: Denoise, Resample
1652
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
1753
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
1854
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
1955
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
20-
>>>>>>> master
21-
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
56+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
2257
added to doctests, some bugs solved.
2358
* API: Interfaces to external packages are no longer available in the top-level
2459
``nipype`` namespace, and must be imported directly (e.g.
2560
``from nipype.interfaces import fsl``).
26-
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
61+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
2762
AnalyzeWarp, PointsWarp, and EditTransform
2863
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
2964
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -39,7 +74,7 @@ Release 0.10.0 (October 10, 2014)
3974
* ENH: New color mode for write_graph
4075
* ENH: You can now force MapNodes to be run serially
4176
* ENH: Added ANTS based openfmri workflow
42-
* ENH: MapNode now supports flattening of nested lists
77+
* ENH: MapNode now supports flattening of nested lists
4378
* ENH: Support for headless mode using Xvfb
4479
* ENH: nipype_display_crash has a debugging mode
4580
* FIX: MRTrix tracking algorithms were ignoring mask parameters.

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Contributing pull-requests (PRs)
2+
3+
* All work is submitted via Pull Requests.
4+
* Pull Requests can be submitted as soon as there is code worth discussing.
5+
Pull Requests track the branch, so you can continue to work after the PR is submitted.
6+
Review and discussion can begin well before the work is complete,
7+
and the more discussion the better.
8+
The worst case is that the PR is closed.
9+
* Pull Requests should generally be made against master
10+
* Pull Requests should be tested, if feasible:
11+
- bugfixes should include regression tests
12+
- new behavior should at least get minimal exercise
13+
* Use a descriptive prefix for your PR: ENH, FIX, TST, DOC, STY, REF (refactor), WIP (Work in progress)
14+
* After submiting the PR, include an update to the CHANGES file: prefix: description (URL of pull request)
15+
* `make specs`
16+
* do: `make check-before-commit` before submitting the PR. This will require you to either install or be in developer mode with: `python setup.py install/develop`.
17+
18+
## Contributing issues
19+
20+
When opening a new Issue, please take the following steps:
21+
22+
1. Search GitHub and/or [Neurostars](neurostars.org) for your issue to avoid duplicate reports.
23+
Keyword searches for your error messages are most helpful.
24+
2. If possible, try updating to master and reproducing your issue,
25+
because we may have already fixed it.
26+
3. OS and version
27+
4. Nipype version
28+
5. Output of: `import nipype; nipype.get_info()`
29+
6. Versions of underlying tools (e.g., ANTS, FSL, SPM, etc.,.)
30+
7. Any script, or output log, in a gist (gist.github.com)
31+
8. When applicable, and where possible, pointers to relevant data files.

bin/nipype_display_crash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ if __name__ == "__main__":
7474
default=None,
7575
help='Directory to run the node in' + defstr)
7676
args = parser.parse_args()
77-
print args.debug, args.ipydebug
7877
debug = 'ipython' if args.ipydebug else args.debug
7978
if debug == 'ipython':
8079
import sys

doc/devel/interface_specs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ CommandLine
358358
``name_source``
359359
Indicates the list of input fields from which the value of the current File
360360
output variable will be drawn. This input field must be the name of a File.
361+
Chaining is allowed, meaning that an input field can point to another as
362+
``name_source``, which also points as ``name_source`` to a third field.
363+
In this situation, the templates for substitutions are also accumulated.
361364

362365
``name_template``
363366
By default a ``%s_generated`` template is used to create the output

doc/devel/software_using_nipype.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Forward
2828

2929
`Forward <http://cyclotronresearchcentre.github.io/forward/>`_ is set of tools simplifying the preparation of accurate electromagnetic head models for EEG forward modeling. It uses Nipype Workflows and Interfaces.
3030

31+
Limbo
32+
-----
33+
34+
`Limbo <https://github.com/Gilles86/in_limbo>`_ is a toolbox for finding brain regions that are neither significantly active nor inactive, but rather “in limbo”. It was build using custom Nipype Interfaces and Workflows.
35+
3136
Lyman
3237
-----
3338

@@ -38,6 +43,11 @@ Medimsight
3843

3944
`Medimsight <https://www.medimsight.com>`_ is a commercial service medical imaging cloud platform. It uses Nipype to interface with various neuroimaging software.
4045

46+
MIA
47+
---
48+
49+
`MIA <http://mia.sourceforge.net>`_ MIA is a a toolkit for gray scale medical image analysis. It provides Nipype interfaces for easy integration with other software.
50+
4151
Mindboggle
4252
----------
4353

doc/users/config_file.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ Execution
120120
characters will be replaced by their hash. (possible values: ``true`` and
121121
``false``; default value: ``true``)
122122

123+
*poll_sleep_duration*
124+
This controls how long the job submission loop will sleep between submitting
125+
all pending jobs and checking for job completion. To be nice to cluster
126+
schedulers the default is set to 60 seconds.
127+
123128
Example
124129
~~~~~~~
125130

doc/users/plugins.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ particular node might use more resources than other nodes in a workflow.
140140
LSF
141141
---
142142

143-
Submitting via LSF is almost identical to SGE above:
143+
Submitting via LSF is almost identical to SGE above above except for the optional arguments field:
144144

145145
workflow.run(plugin='LSF')
146146

@@ -149,6 +149,18 @@ Optional arguments::
149149
template: custom template file to use
150150
bsub_args: any other command line args to be passed to bsub.
151151

152+
SLURM
153+
-----
154+
155+
Submitting via SLURM is almost identical to SGE above except for the optional arguments field:
156+
157+
workflow.run(plugin='SLURM')
158+
159+
Optional arguments::
160+
161+
template: custom template file to use
162+
sbatch_args: any other command line args to be passed to bsub.
163+
152164
HTCondor
153165
--------
154166

0 commit comments

Comments
 (0)