add nextflow d30e48d
This commit is contained in:
12
nextflow/validation/google.config
Executable file
12
nextflow/validation/google.config
Executable file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* do not include plugin requirements otherwise latest
|
||||
* published version will be downloaded instead of using local build
|
||||
*/
|
||||
params.array_file_path = "gs://nf-test-arrays/file"
|
||||
params.transcriptome = 'gs://rnaseq-nf/data/ggal/transcript.fa'
|
||||
params.reads = 'gs://rnaseq-nf/data/ggal/gut_{1,2}.fq'
|
||||
params.multiqc = 'gs://rnaseq-nf/multiqc'
|
||||
process.executor = 'google-batch'
|
||||
process.container = 'quay.io/nextflow/rnaseq-nf:latest'
|
||||
process.machineType = "n1-standard-1"
|
||||
workDir = 'gs://rnaseq-nf/scratch'
|
||||
Reference in New Issue
Block a user