Skip to content
Snippets Groups Projects
Commit 3b4e91d2 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix aws batch submit json localtion

parent 09bd8e2b
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9628 passed with warnings with stages
in 1 hour, 19 minutes, and 5 seconds
...@@ -1080,7 +1080,7 @@ aws: ...@@ -1080,7 +1080,7 @@ aws:
--job-name nf-GUDMAP_RBK_ci-env\ --job-name nf-GUDMAP_RBK_ci-env\
--job-queue default-bicf\ --job-queue default-bicf\
--job-definition nextflow-bicf-nextflow\ --job-definition nextflow-bicf-nextflow\
--container-overrides command=`cat ../docs/nxf_aws-ci-test.json`) --container-overrides command=`cat ./docs/nxf_aws-ci-test.json`)
id=$(echo ${id}| grep -oP "jobId\K.*" | tr -d '"' | tr -d ":" | tr -d " " | tr -d "}") id=$(echo ${id}| grep -oP "jobId\K.*" | tr -d '"' | tr -d ":" | tr -d " " | tr -d "}")
- > - >
status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',' | tr -d " " ) && status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',' | tr -d " " ) &&
......
...@@ -104,7 +104,7 @@ This pipeline is also capable of being run on AWS and DNAnexus. To do so: ...@@ -104,7 +104,7 @@ This pipeline is also capable of being run on AWS and DNAnexus. To do so:
--job-name [Job Name]\ --job-name [Job Name]\
--job-queue [Queue]\ --job-queue [Queue]\
--job-definition [Job Definition]\ --job-definition [Job Definition]\
--container-overrides command=`cat ../docs/nxf_aws-ci-test.json` --container-overrides command=`cat ./docs/nxf_aws-ci-test.json`
``` ```
### [DNAnexus](https://dnanexus.com/) (utilizes the [DNAnexus extension package for Nextflow (XPACK-DNANEXUS)](https://github.com/seqeralabs/xpack-dnanexus)) ### [DNAnexus](https://dnanexus.com/) (utilizes the [DNAnexus extension package for Nextflow (XPACK-DNANEXUS)](https://github.com/seqeralabs/xpack-dnanexus))
* Follow the istructions from [XPACK-DNANEXUS](https://github.com/seqeralabs/xpack-dnanexus) about installing and authenticating (a valid license must be available for the extension package from Seqera Labs, as well as a subsription with DNAnexus) * Follow the istructions from [XPACK-DNANEXUS](https://github.com/seqeralabs/xpack-dnanexus) about installing and authenticating (a valid license must be available for the extension package from Seqera Labs, as well as a subsription with DNAnexus)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment