|
1 | 1 | #!/usr/bin/env nextflow |
2 | | -// hash:sha256:ee98b4e65b01a67b4d88307345db45f4e6e8fb4cf31a1015040cf7acaa65e5dd |
| 2 | +// hash:sha256:4e34a92305258e695c01ae2f81fb19b2ea936116870217bf2899b64c425f67e7 |
3 | 3 |
|
4 | 4 | // capsule - Job Dispatch Ecephys |
5 | 5 | process capsule_aind_ephys_job_dispatch_4 { |
@@ -106,7 +106,7 @@ process capsule_aind_ephys_preprocessing_1 { |
106 | 106 | // capsule - NWB Packaging Ecephys |
107 | 107 | process capsule_nwb_packaging_ecephys_capsule_12 { |
108 | 108 | tag 'capsule-3438484' |
109 | | - container "$REGISTRY_HOST/published/b16dfc92-eab4-425d-978f-0ba61632c413:v13" |
| 109 | + container "$REGISTRY_HOST/published/b16dfc92-eab4-425d-978f-0ba61632c413:v14" |
110 | 110 |
|
111 | 111 | cpus 8 |
112 | 112 | memory '60 GB' |
@@ -134,9 +134,9 @@ process capsule_nwb_packaging_ecephys_capsule_12 { |
134 | 134 |
|
135 | 135 | echo "[${task.tag}] cloning git repo..." |
136 | 136 | if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then |
137 | | - git -c credential.helper= clone --filter=tree:0 --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-3438484.git" capsule-repo |
| 137 | + git -c credential.helper= clone --filter=tree:0 --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-3438484.git" capsule-repo |
138 | 138 | else |
139 | | - git -c credential.helper= clone --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-3438484.git" capsule-repo |
| 139 | + git -c credential.helper= clone --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-3438484.git" capsule-repo |
140 | 140 | fi |
141 | 141 | mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code |
142 | 142 | rm -rf capsule-repo |
@@ -408,7 +408,7 @@ process capsule_aind_ephys_results_collector_9 { |
408 | 408 | // capsule - NWB Packaging Units |
409 | 409 | process capsule_nwb_packaging_units_11 { |
410 | 410 | tag 'capsule-5841110' |
411 | | - container "$REGISTRY_HOST/published/b9333ffe-ae7c-4b67-882f-ea71054889dd:v15" |
| 411 | + container "$REGISTRY_HOST/published/b9333ffe-ae7c-4b67-882f-ea71054889dd:v16" |
412 | 412 |
|
413 | 413 | cpus 4 |
414 | 414 | memory '30 GB' |
@@ -440,9 +440,9 @@ process capsule_nwb_packaging_units_11 { |
440 | 440 |
|
441 | 441 | echo "[${task.tag}] cloning git repo..." |
442 | 442 | if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then |
443 | | - git -c credential.helper= clone --filter=tree:0 --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-5841110.git" capsule-repo |
| 443 | + git -c credential.helper= clone --filter=tree:0 --branch v16.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-5841110.git" capsule-repo |
444 | 444 | else |
445 | | - git -c credential.helper= clone --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-5841110.git" capsule-repo |
| 445 | + git -c credential.helper= clone --branch v16.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-5841110.git" capsule-repo |
446 | 446 | fi |
447 | 447 | mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code |
448 | 448 | rm -rf capsule-repo |
|
0 commit comments