Skip to content

Commit

Permalink
playbook nextflow: add nextflow component
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jan 9, 2025
1 parent b4cb399 commit 4647155
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions molecule/playbook-nextflow/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
provisioner:
name: ansible
env:
components:
- name: nextflow
path: nextflow.yml
parameters:
nextflow_version: 24.10.2
7 changes: 7 additions & 0 deletions playbooks/nextflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Install Nextflow
hosts: localhost
gather_facts: true

roles:
- role: nextflow

0 comments on commit 4647155

Please sign in to comment.