Skip to content

Commit

Permalink
permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Jul 2, 2024
1 parent dfaff09 commit 5dae805
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@
args:
chdir: /vol/spool/

- name: Change file ownership, group and permissions
file:
path: /vol/spool/nextflow
owner: ubuntu
group: ubuntu
mode: '0775'

- name: Execute Nextflow workflow
become_user: ubuntu
shell: ./nextflow run resFinder.nf -profile slurm
args:
chdir: "/vol/spool" # Change to the directory where your workflow resides

0 comments on commit 5dae805

Please sign in to comment.