Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to online interactive notebooks #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Exploring the Impact of Analysis Software on fMRI Results

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/cmaumet/Software_Comparison/env_info)

Supporting code to perform the analyses and create the figures of the manuscript with the same title available at [https://doi.org/10.1101/285585](https://doi.org/10.1101/285585).

## Table of contents
Expand Down
25 changes: 25 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Soft_Comp
channels:
- defaults
- conda-forge
dependencies:
- python=2.7.14
- pip:
- backports-abc==0.5
- backports.functools-lru-cache==1.5
- backports.shutil-get-terminal-size==1.0.0
- cycler==0.10.0
- ipython-genutils==0.2.0
- jupyter-client==5.2.2
- jupyter-core==4.4.0
- matplotlib==2.1.0
- nibabel==2.2.0
- nilearn==0.4.0
- numpy==1.13.3
- pandas==0.20.3
- prompt-toolkit==1.0.15
- pyparsing==2.2.0
- pytz==2018.3
- scikit-learn==0.19.1
- scipy==0.19.1
- subprocess32==3.2.7