Skip to content

Commit

Permalink
Merge pull request #141 from johanherman/jointcalling
Browse files Browse the repository at this point in the history
Add PyVCF for joint calling
  • Loading branch information
Johan Hermansson authored Sep 20, 2016
2 parents 99fe6c1 + dfca5f7 commit 568bdcf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions roles/ngi_pipeline/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
- name: Create ngi pipeline conf directory
file: path="{{ ngi_pipeline_conf }}" state=directory mode=g+s

- name: Install PyVCF for joint calling
shell: "{{ ngi_pipeline_venv }}/bin/pip install PyVCF"

- name: Create ngi_resources folder
file: name={{ ngi_resources }} state=directory mode=g+s

Expand Down Expand Up @@ -83,9 +86,3 @@
line='export PATH={{ anaconda_path }}/bin:$PATH'
backup=no

# Ugly fix for now for some easy_install files that loses their permission under anaconda
# FIXME: Doesn't work when we are several people that have installed sw.
#- name: manually fix group permissions for anaconda
# shell: "chmod -R g+rwX {{ anaconda_path }}"
# tags: ngi_pipeline

0 comments on commit 568bdcf

Please sign in to comment.