From c9f3f1bf4366fdbb83818a47bb030b7cae42033d Mon Sep 17 00:00:00 2001 From: ChristopherBarrington Date: Fri, 3 Nov 2023 11:51:10 +0000 Subject: [PATCH 1/3] Update main.yml add ChristopherBarrington to profile --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 045a84962..c95ade44a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,6 +132,7 @@ jobs: - "wehi" - "wustl_htcf" - "xanadu" + - "ChristopherBarrington" steps: - uses: actions/checkout@v1 From bcd04bf52eb8d671873062afc44a90d53d5eef4e Mon Sep 17 00:00:00 2001 From: ChristopherBarrington Date: Fri, 3 Nov 2023 11:53:07 +0000 Subject: [PATCH 2/3] Update crick.config explicitly bind /nemo and /flask --- conf/crick.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/crick.config b/conf/crick.config index bcc4e2e01..6d58dd4cd 100755 --- a/conf/crick.config +++ b/conf/crick.config @@ -8,6 +8,7 @@ params { singularity { enabled = true autoMounts = true + runOptions = '--bind /nemo --bind /flask' } process { From c835c6bfd83e43ab9443eb9a33691360986eaa51 Mon Sep 17 00:00:00 2001 From: ChristopherBarrington Date: Fri, 3 Nov 2023 13:34:25 +0000 Subject: [PATCH 3/3] Update .github/workflows/main.yml Co-authored-by: Maxime U Garcia --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c95ade44a..045a84962 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,7 +132,6 @@ jobs: - "wehi" - "wustl_htcf" - "xanadu" - - "ChristopherBarrington" steps: - uses: actions/checkout@v1