Skip to content

Commit

Permalink
Merge pull request #347 from aanil/master
Browse files Browse the repository at this point in the history
Fix location for ampliseq classifier
  • Loading branch information
ssjunnebo authored May 27, 2020
2 parents 39be8f2 + a0a98fe commit 1473bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/nf-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- name: Download SILVA classifier data for ampliseq
get_url:
url: https://www.arb-silva.de/fileadmin/silva_databases/qiime/Silva_132_release.zip
dest: "{{ ngi_resources }}ampliseq/Silva_132_release.zip"
dest: "{{ ngi_containers }}/ampliseq/Silva_132_release.zip"

- name: Store tool version in deployment
lineinfile:
Expand Down
2 changes: 1 addition & 1 deletion roles/nf-core/templates/site.config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ process {
params.reverseStranded = true
{% endif %}
{% if item.0.name=='ampliseq' %}
params.reference_database = '{{ ngi_resources }}ampliseq/Silva_132_release.zip'
params.reference_database = '{{ ngi_containers }}/ampliseq/Silva_132_release.zip'
{% endif %}

0 comments on commit 1473bf1

Please sign in to comment.