Skip to content

Commit

Permalink
Add wave + fusion test with Google Batch
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Feb 21, 2023
1 parent d5fbab4 commit b541c06
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion validation/wave-tests/example6/run-aws.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
$NXF_CMD run rnaseq-nf -profile batch -with-wave
$NXF_CMD run \
rnaseq-nf \
-profile batch \
-with-wave \
-with-fusion \
-process.scratch false

7 changes: 7 additions & 0 deletions validation/wave-tests/example6/run-gcp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$NXF_CMD run \
rnaseq-nf \
-profile gcb \
-with-wave \
-with-fusion \
-process.scratch false

3 changes: 3 additions & 0 deletions validation/wave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ echo "Test Wave running rnaseq-nf with Fusion on local executor"

echo "Test Wave running rnaseq-nf with Fusion on AWS Batch"
(cd wave-tests/example6; bash run-aws.sh)

echo "Test Wave running rnaseq-nf with Fusion on Google Batch"
(cd wave-tests/example6; bash run-aws.sh)

0 comments on commit b541c06

Please sign in to comment.