Skip to content

Commit

Permalink
re-upload :/
Browse files Browse the repository at this point in the history
  • Loading branch information
willtack committed Aug 28, 2019
1 parent 82d9d48 commit 5e961fa
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -5,3 +5,4 @@ venv
.idea
.gitignore
readme.md
.git
Empty file modified Dockerfile 100644 → 100755
Empty file.
Empty file modified create_archive_fw_heudiconv.py 100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions docker-env.sh
@@ -0,0 +1,4 @@
export HOME="/root"
export FLYWHEEL="/flywheel/v0"
export PATH="/opt/miniconda-latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export CONDA_DIR="/opt/miniconda-latest"
34 changes: 19 additions & 15 deletions manifest.json 100644 → 100755
@@ -1,21 +1,25 @@
{
"name": "presurgical_report",
"label": "Presurgical Report Generator",
"name": "y",
"label": "y",
"description": "Generates a report from an fmri scan of an epilepsy patient",
"version": "0",
"inputs": {
"fmriprep_dir": {
"base": "file",
"description": "Full path to directory containing fmriprep results"
}
},
"config": {},
"command": "./report.py",
"author": "Will Tackett",
"maintainer": "Will Tackett <william.tackett@pennmedicine.upenn.edu>",
"maintainer": "Will Tackett",
"license": "BSD-3-Clause",
"source": "none",
"url": "none",
"version": "3.1.1",
"license": "BSD-3-Clause",
"inputs": {
"fmriprep_dir": {
"description": "Full path to directory containing fmriprep results",
"base": "file"
},
"config": {},
"command": "./report.py",
"author": "Will Tackett",
"maintainer": "Will Tackett"
"custom": {
"gear-builder": {
"category": "analysis",
"image": "report"
}
}
}
}
Empty file modified neurodebian.gpg 100644 → 100755
Empty file.
8 changes: 0 additions & 8 deletions readme.md

This file was deleted.

Empty file modified report.py 100644 → 100755
Empty file.
Empty file modified requirements.txt 100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions run.sh 100644 → 100755
Expand Up @@ -13,7 +13,7 @@ mkdir -p ${OUTPUT_DIR}
CONTAINER='[flywheel/presurgicalreport]'
#cp ${FLYWHEEL_BASE}/fmriprep_dir ${INPUT_DIR}/bids_dataset/derivatives/fmriprep/fmriprep_dir


echo "test"
# CREATE A BIDS FORMATTED DIRECTORY
# Use fw-heudiconv to accomplish this task
/opt/miniconda-latest/bin/python3 ${FLYWHEEL_BASE}/create_archive_fw_heudiconv.py
Expand All @@ -34,4 +34,4 @@ fi
# Show the contents of the BIDS directory
ls -R ${BIDS_DIR}

python report.py /flywheel/v0/bids_dataset /flywheel/v0/bids_dataset/derivatives/fmriprep/ /flywheel/v0/outputs
/opt/miniconda-latest/bin/python3 report.py /flywheel/v0/bids_dataset /flywheel/v0/bids_dataset/derivatives/fmriprep/ /flywheel/v0/outputs

0 comments on commit 5e961fa

Please sign in to comment.