nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 3 forks source link

Add snippet to accommodate when a host volume is specified #30

Closed abhi18av closed 6 months ago

abhi18av commented 6 months ago

I noticed that the plugin was not able to submit jobs with host-volume types, as the host volumes job-defs are not expecting the following snippet

                    attachmentMode: "file-system",
                    accessMode: "multi-node-multi-writer"