mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Get czbiohub config to work
This commit is contained in:
parent
9c0315addb
commit
3a481402b8
1 changed files with 7 additions and 1 deletions
|
@ -20,8 +20,15 @@ docker {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = 'awsbatch'
|
executor = 'awsbatch'
|
||||||
|
queue = 'nextflow'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
workDir = "s3://czb-nextflow/work"
|
||||||
|
|
||||||
|
aws.region = 'us-west-2'
|
||||||
|
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
||||||
|
params.tracedir = './'
|
||||||
|
|
||||||
params {
|
params {
|
||||||
saveReference = true
|
saveReference = true
|
||||||
|
|
||||||
|
@ -42,7 +49,6 @@ params {
|
||||||
// AWS configurations
|
// AWS configurations
|
||||||
awsregion = "us-west-2"
|
awsregion = "us-west-2"
|
||||||
awsqueue = "nextflow"
|
awsqueue = "nextflow"
|
||||||
workDir = "s3://czb-nextflow/rnaseq/"
|
|
||||||
|
|
||||||
// GENCODE GTF and fasta files
|
// GENCODE GTF and fasta files
|
||||||
genomes {
|
genomes {
|
Loading…
Reference in a new issue