diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b5a33731afe765448c757b6905d7f7736e3965c..819bbfcdd1e90708814e5cefac17f36be68a88a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1080,7 +1080,7 @@ aws: --job-name nf-GUDMAP_RBK_ci-env\ --job-queue default-bicf\ --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 "}") - > status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',' | tr -d " " ) && diff --git a/README.md b/README.md index 6bbf8312a7a332fa1fef1a447900ee9d2b4f8f73..4ca7db3ca2716d903e92ac77291a8f2c670c6ac8 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This pipeline is also capable of being run on AWS and DNAnexus. To do so: --job-name [Job Name]\ --job-queue [Queue]\ --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)) * 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)