add nextflow d30e48d
This commit is contained in:
13
nextflow/validation/wave-tests/example6/nextflow.config
Normal file
13
nextflow/validation/wave-tests/example6/nextflow.config
Normal file
@@ -0,0 +1,13 @@
|
||||
docker {
|
||||
enabled = true
|
||||
envWhitelist = 'AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY'
|
||||
}
|
||||
|
||||
fusion {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
wave {
|
||||
build.template = 'conda/pixi:v1'
|
||||
}
|
||||
|
||||
7
nextflow/validation/wave-tests/example6/run-aws.sh
Normal file
7
nextflow/validation/wave-tests/example6/run-aws.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
$NXF_CMD run \
|
||||
rnaseq-nf \
|
||||
-profile batch,s3-data \
|
||||
-with-wave \
|
||||
-with-fusion \
|
||||
-process.scratch false
|
||||
|
||||
7
nextflow/validation/wave-tests/example6/run-gcp.sh
Normal file
7
nextflow/validation/wave-tests/example6/run-gcp.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
$NXF_CMD run \
|
||||
rnaseq-nf \
|
||||
-profile google-batch,gs-data \
|
||||
-with-wave \
|
||||
-with-fusion \
|
||||
-process.scratch false
|
||||
|
||||
5
nextflow/validation/wave-tests/example6/run.sh
Normal file
5
nextflow/validation/wave-tests/example6/run.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
$NXF_CMD run \
|
||||
rnaseq-nf \
|
||||
-with-wave \
|
||||
-w s3://nextflow-ci/wave
|
||||
|
||||
Reference in New Issue
Block a user