Skip to content

brainsciencecenter/Thickness_ANTS

Repository files navigation

The steps to test gear


(1) build docker

gearName=calthick
gearPath=/Users/jojo/Desktop/work/flywheel/gearJojo/gears. ## the directory of gears
docker build --tag $gearName $gearPath






(2) edit manifest.json

Especially the custom block
        "custom": {
                "gear-builder": {
                        "category": "analysis",
                        "image": "calthick:latest"    ### calthick is from $gearName, latest is from TAG (which is output of “docker images")
                }
        }




(3) login in fw

fw login $APIKEY ### your APIKEY 



(4) testing the gear locally

fw gear local --T1=100113_T1.nii.gz --Sub=100113

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors