Skip to content

Commit

Permalink
Merge branch 'master' of github.com:3D-e-Chem/3D-e-Chem-VM
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Nov 12, 2017
2 parents b7377a9 + f208c4d commit 287a154
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Formatted as described on http://keepachangelog.com/.

Based on [Chemical Analytics Platform](https://github.com/NLeSC/Chemical-Analytics-Platform) version 0.8.5

### Added

- PLANTS example workflow
- Silicos-IT example workflows

### Changed

- Upgraded KripoDB to v2.3.1
Expand Down
1 change: 1 addition & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- klifs
- sygma
- molviewer
- silicosit
tasks:
- name: Vagrant owns Knime
file: path=/opt/knime state=directory recurse=yes owner=vagrant group=vagrant
Expand Down
1 change: 1 addition & 0 deletions roles/plants/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
example_url: https://github.com/3D-e-Chem/knime-plants/raw/master/examples/plants-virtual-screening-example.knwf
1 change: 1 addition & 0 deletions roles/silicosit/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
silicosit_version: 1.1.2
example_url: https://codeload.github.com/3D-e-Chem/knime-silicos-it/tar.gz/v{{ silicosit_version }}
13 changes: 12 additions & 1 deletion roles/silicosit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@
shell: curl {{ example_url }} | tar -zxf - --transform 's/knime-silicos-it-{{ silicosit_version }}\/examples/silicos-it/' knime-silicos-it-{{ silicosit_version }}/examples
args:
chdir: "{{ knime_examples_root }}"
creates: "{{ knime_examples_root }}/silicos-it"
creates: "{{ knime_examples_root }}/silicos-it"
- name: Babel devel
apt: pkg=libopenbabel-dev state=present
- name: Babel include dir symlink
file:
src: /usr/include/openbabel-2.0/openbabel
dest: /usr/include/openbabel
state: link
# Qed is a RDKit-based implementation of Richard Bickerton’s quantitative estimation of drug-likeness (Nature Chemistry 2012, 4, 90-98).
- name: Qed
pip:
name: http://silicos-it.be.s3-website-eu-west-1.amazonaws.com/_downloads/qed-1.0.1.tar.gz

0 comments on commit 287a154

Please sign in to comment.