Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.32 KB

File metadata and controls

49 lines (36 loc) · 1.32 KB

v2017.08.08.1

  • added viper RNASeq pipeline integration
  • upgraded Makefile install/uninstall targets + add support for R libs
  • added viper_static_dir to cookiecutter.json
  • Amended reqs to support extra jupyter extensions

v2017.06.22.2

  • Merged with drivendata/master
  • Merge pull request #75 from lorey/patch-1
  • Add directory structure to README, improves #10
  • Fix self documenting make on Linux, close #67
  • Add PROJECT_DIR absolute path as variable in Makefile, per #65

v2017.06.22.1

  • Fixed how Snakefile path is determined
  • Snakefile now collects PRE list in rule: pre
  • Removed SAVE_RUN_CONFIG rule
  • Improved the way rule graphs are drawn
  • Changed Snakefile to use ruamel.yaml
  • Reworked how logging is organized and added load_csv with gzip to TOP level import
  • Reqs now include scipy and matplotlib
  • Configs: OUT_DIR ==> OUT_DIR_LOCATION
  • Makefile now uses '--no-chan-pri' when creating conda env
  • Added binary doc-type patterns and notebook/ to .gitignore

v2017.03.31.3

  • completed improving logging setup and config

v2017.03.31.2

  • fixed cookiecutter json delimiter problem

v2017.03.31.1

  • Moved config processing to misc.py
  • Added todos.txt
  • Improved logging set up and configuration.