From 6dd47d8b1b2216ff39e5207352876e780f1fa038 Mon Sep 17 00:00:00 2001 From: cmaumet Date: Tue, 15 May 2018 10:46:23 +0100 Subject: [PATCH 1/2] environment.yml file (exported from conda) Remove appnope Remove all non pip dependencies Add python 2 dependency Adding conda forge as source remove hash to see if mybinder works --- environment.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..e5013cc --- /dev/null +++ b/environment.yml @@ -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 From a515f3e5cda127d83e5fb0165b8cc94c343968fc Mon Sep 17 00:00:00 2001 From: cmaumet Date: Tue, 15 May 2018 11:33:43 +0100 Subject: [PATCH 2/2] Add mybinder badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b56f2e..6a40b63 100644 --- a/README.md +++ b/README.md @@ -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