Skip to content

Commit add027a

Browse files
authored
Merge pull request #6 from flywheel-apps/parker-dev
Parker dev
2 parents 4c3e57f + 720eaad commit add027a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

manifest.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"name": "fsl-feat",
3-
"label": "FSL: FEAT - fMRI preprocessing (v6.0)",
3+
"label": "FSL: FEAT - fMRI preprocessing (v5.0)",
44
"description": "FSL's FEAT (FMRI Expert Analysis Tool). As implemented in this Gear FEAT allows for basic preprocessing of an fMRI dataset including motion correction using MCFLIRT [Jenkinson 2002]; slice-timing correction using Fourier-space time-series phase-shifting; non-brain removal using BET [Smith 2002]; spatial smoothing using a Gaussian kernel; multiplicative mean intensity normalization of the volume at each timepoint; and highpass temporal filtering (Gaussian-weighted least-squares straight line fitting), brain extraction, and registration to a standard image (MNI152).",
55
"maintainer": "Flywheel <[email protected]>",
66
"author": "Analysis Group, FMRIB, Oxford, UK.",
77
"url": "http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FEAT",
88
"source": "https://github.com/flywheel-apps/fsl-feat",
99
"license": "Apache-2.0",
1010

11-
"version": "0.1.4",
11+
"version": "0.1.5",
1212
"custom": {
13-
"docker-image": "flywheel/fsl-feat:0.1.4",
14-
"flywheel": {
13+
"docker-image": "flywheel/fsl-feat:0.1.5",
14+
"gear-builder": {
15+
"category": "utility",
16+
"image": "flywheel/fsl-feat:0.1.5"
17+
},
18+
19+
"flywheel": {
1520
"suite": "FSL"
1621
}
1722
},

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767

6868
####################################################################
6969
# FillTemplate
70-
# Credit goes to David Parker @UPENN
70+
# Credit goes to David Parker @CUMC
7171

7272
# VOLUME INFO
7373
####################################################################

0 commit comments

Comments
 (0)