Skip to content

faskowit/app-run-fmriprep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abcdspec-compliant Run on Brainlife.io

app-run-fmriprep

This app runs fMRIPrep on the brainlife.io interface. fMRIPrep is a robust processing tool delevoped by the Poldrack Lab at Stanford. The pipelines process T1w, T2w, fMRI, and fieldmaps by calling a series of functions from FSL, FreeSurfer, ANTs, and nipy. It applies these tools in a principled way designed to handle common imaging artifacts and biases in a parimonious manner. It outputs processed anatomical and functional images for further analysis.

Authors

Project director

Funding

NSF-BCS-1734853 NSF-IIS-1636893 NSF-1342962

Running the App

On Brainlife.io

Check out the brainlife app here

Running Locally

A

  1. git clone this repo.
  2. Inside the cloned directory, create config.json with something like the following content with paths to your input files.
{
  "t1": "./t1.nii.gz",
  "fmri": "./bold.nii.gz",
  "freesurfer": "./fsdir"
}
  1. Launch the App by executing main
./main

B

  1. Alternatively, there is a command line interface useful for debugging.

Output

This app outputs the completed fmriprep dir, along with some of the outputs mapped for the brainlife interface.

Dependencies

This App requires singularity to run. If you don't have singularity, you will need to install following dependencies. It also requires jq.


Notes.

This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. 1342962. Any opinion, findings, and conclusions or recommendations expressed in this material are those of the authors(s) and do not necessarily reflect the views of the National Science Foundation.

About

runs fmriprep for brainlife

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •