Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@satra satra released this 30 May 22:37
· 37 commits to master since this release

Addressed issues with paper version 1

  1. docker image to repeat the analysis: docker pull repronim/simple_workflow:latest
  2. SimplePrep.sh script updated to check for requirements, install local environment without touching user's existing environment, and run small test with 1 subject. (with the option to run longer test by activating a different environment)
  3. working directory and prov files stored in the output folder
  4. docker output is now the reference
  5. circleci integration now uses docker to test and hence passes (since we run a 2 subject test on circleci, and the run workflow script allows one to specify number of participants, the check_output script allows ignoring missing participants)
  6. thanks to @yarikoptic, the docker generator can allow to adjust basic things like debian and fsl versions.
  7. cleaner environment.yml file that works on OSX and linux platforms
  8. README updated