Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

flywheel/fsl-superbet2:1.0.1_5.0.7 #797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 54 additions & 22 deletions gears/flywheel/fsl-superbet2.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,73 @@
{
"name": "fsl-superbet2",
"label": "FSL: SUPER Brain Extraction Tool (BET2)",
"description": "Modified Brain Extraction Tool 2 (BET2) from FMRIB Software Library (FSL) v5.0 called SuperBET2 deletes non-brain tissue from an image of the whole head. It can also estimate the inner and outer skull surfaces, and outer scalp surface, if you have good quality T1. LICENSING NOTE: FSL software are owned by Oxford University Innovation and license is required for any commercial applications. For commercial licence please contact [email protected]. For academic use, an academic license is required which is available by registering on the FSL website. Any use of the software requires that the user obtain the appropriate license. See https://fsl.fmrib.ox.ac.uk/fsldownloads_registration for more information.\n",
"maintainer": "Flywheel Support <[email protected]>",
"author": "Sina Aslan, Ph.D.",
"url": "https://github.com/saslan-7/super-bet2",
"source": "https://github.com/flywheel-apps/fsl-superbet2",
"license": "Other",
"version": "1.0.0_5.0.7",
"author": "Analysis Group, FMRIB, Oxford, UK",
"cite": "",
"command": "python3 run.py",
"config": {
"debug": {
"default": false,
"description": "Log debug messages",
"type": "boolean"
},
"fractional_intensity_threshold": {
"default": 0.05,
"description": "Fractional intensity threshold (0->1); default=0.05; smaller values give larger brain outline estimates. Changing Fractional intensity threshold from its default value of 0.5 will cause the overall segmented brain to become larger (<0.5) or smaller (>0.5). This threshold must lie between 0 and 1.",
"id": "-f",
"maximum": 1,
"minimum": 0,
"type": "number"
}
},
"custom": {
"flywheel": {
"classification": {
"components": [
"FSL"
],
"keywords": [
"Neuroimaging"
],
"modality": [
"MR"
],
"type": [
"NIFTI"
]
},
"suite": "FSL"
},
"gear-builder": {
"category": "analysis",
"image": "flywheel/fsl-superbet2:1.0.0_5.0.7"
"image": "flywheel/fsl-superbet2:1.0.1_5.0.7"
}
},
"config": {
"fractional_intensity_threshold": {
"description": "Fractional intensity threshold (0->1); default=0.05; smaller values give larger brain outline estimates. Changing Fractional intensity threshold from its default value of 0.5 will cause the overall segmented brain to become larger (<0.5) or smaller (>0.5). This threshold must lie between 0 and 1.",
"default": 0.05,
"minimum": 0,
"maximum": 1,
"type": "number",
"id": "-f"
}
"description": "Modified Brain Extraction Tool 2 (BET2) from FMRIB Software Library (FSL) v5.0 called SuperBET2 deletes non-brain tissue from an image of the whole head. It can also estimate the inner and outer skull surfaces, and outer scalp surface, if you have good quality T1. LICENSING NOTE: FSL software are owned by Oxford University Innovation and license is required for any commercial applications. For commercial licence please contact [email protected]. For academic use, an academic license is required which is available by registering on the FSL website. Any use of the software requires that the user obtain the appropriate license. See https://fsl.fmrib.ox.ac.uk/fsldownloads_registration for more information.\\n",
"environment": {
"FLYWHEEL": "/flywheel/v0",
"FSLDIR": "/usr/share/fsl/5.0",
"FSLOUTPUTTYPE": "NIFTI_GZ",
"FSL_DIR": "/usr/share/fsl/5.0",
"LD_LIBRARY_PATH": "/usr/lib/fsl/5.0:",
"PATH": "/usr/lib/fsl/5.0:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"POSSUMDIR": "/usr/share/fsl/5.0",
"PWD": "/flywheel/v0"
},
"inputs": {
"nifti": {
"description": "Input T1 NIfTI file for BET algorithm.",
"input_nifti_image": {
"base": "file",
"description": "Input T1 NIfTI file for BET algorithm.",
"type": {
"enum": [
"nifti"
]
}
}
}
},
"label": "FSL superbet2",
"license": "MIT",
"maintainer": "Flywheel <[email protected]>",
"name": "fsl-superbet2",
"source": "https://gitlab.com/flywheel-io/scientific-solutions/gears/fsl-superbet2",
"url": "https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Fslutils",
"version": "1.0.1_5.0.7"
}