Is it possible to change the GCP bucket-dir by process?

19 views
Skip to first unread message

Matthew Galvin

unread,
Jan 22, 2021, 12:52:22 PM1/22/21
to Nextflow
Hi all,

Does anyone know if I can change the GCS bucket-dir on a per process basis? I kick off my pipeline with the following command:

./nextflow run main.nf -bucket-dir $GCP_BUCKET_DIR -resume

I was hoping I could specify the bucket-dir in the process block of the nextflow config, but I do not see a configuration option in the documentation. My process definition looks something like this:

process {
    withName:BASE_QUALITY_RECALIBRATION {
        executor = 'google-lifesciences'
        container = "${params.gcr_root}/gatk:4.1.9.0"
    }
}

Does anyone know if this is possible?

Thanks,

Matthew

Paolo Di Tommaso

unread,
Jan 23, 2021, 11:28:50 AM1/23/21
to nextflow
No, it's not possible.


p

--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/eda7a10f-32b9-48e6-a976-f5afaa8ad453n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages