File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
ga ( 'create' , 'UA-339450-7' , 'nipy.org/nipype' ) ;
15
15
ga ( 'send' , 'pageview' ) ;
16
16
</ script >
17
+ < script >
18
+ ( ( window . gitter = { } ) . chat = { } ) . options = {
19
+ room : 'nipy/nipype'
20
+ } ;
21
+ </ script >
22
+ < script src ="https://sidecar.gitter.im/dist/sidecar.v1.js " async defer > </ script >
17
23
{% endblock %}
18
24
19
25
{% block header %}
Original file line number Diff line number Diff line change @@ -527,11 +527,6 @@ class ApplyMask(FSCommand):
527
527
input_spec = ApplyMaskInputSpec
528
528
output_spec = ApplyMaskOutputSpec
529
529
530
- def _list_outputs (self ):
531
- outputs = self ._outputs ().get ()
532
- outputs ["out_file" ] = os .path .abspath (self .inputs .out_file )
533
- return outputs
534
-
535
530
536
531
class SurfaceSnapshotsInputSpec (FSTraitedSpec ):
537
532
You can’t perform that action at this time.
0 commit comments