Skip to content

Commit

Permalink
Update compute env (#5)
Browse files Browse the repository at this point in the history
* update compute env

* add dependabot
  • Loading branch information
rcannood authored Oct 22, 2024
1 parent 4cb77a4 commit a5793ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion scripts/create_resources/resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tw launch https://github.com/openproblems-bio/task_batch_integration.git \
--pull-latest \
--main-script target/nextflow/workflows/process_datasets/main.nf \
--workspace 53907369739130 \
--compute-env 6UWsS5iw7TI37saKo2wcMi \
--compute-env 5DwwhQoBi0knMSGcwThnlF \
--params-file /tmp/params.yaml \
--entry-name auto \
--config common/nextflow_helpers/labels_tw.config \
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_benchmark/run_full_seqeracloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tw launch https://github.com/openproblems-bio/task_batch_integration.git \
--pull-latest \
--main-script target/nextflow/workflows/run_benchmark/main.nf \
--workspace 53907369739130 \
--compute-env 6UWsS5iw7TI37saKo2wcMi \
--compute-env 5DwwhQoBi0knMSGcwThnlF \
--params-file /tmp/params.yaml \
--entry-name auto \
--config common/nextflow_helpers/labels_tw.config \
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_benchmark/run_test_seqeracloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tw launch https://github.com/openproblems-bio/task_batch_integration.git \
--pull-latest \
--main-script target/nextflow/workflows/run_benchmark/main.nf \
--workspace 53907369739130 \
--compute-env 6UWsS5iw7TI37saKo2wcMi \
--compute-env 5DwwhQoBi0knMSGcwThnlF \
--params-file /tmp/params.yaml \
--entry-name auto \
--config common/nextflow_helpers/labels_tw.config \
Expand Down

0 comments on commit a5793ee

Please sign in to comment.