Skip to content

Commit 815823f

Browse files
committed
build: aind-nwb-utils 0.2.6
1 parent 4171c30 commit 815823f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pipeline/main.nf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env nextflow
2-
// hash:sha256:ee98b4e65b01a67b4d88307345db45f4e6e8fb4cf31a1015040cf7acaa65e5dd
2+
// hash:sha256:4e34a92305258e695c01ae2f81fb19b2ea936116870217bf2899b64c425f67e7
33

44
// capsule - Job Dispatch Ecephys
55
process capsule_aind_ephys_job_dispatch_4 {
@@ -106,7 +106,7 @@ process capsule_aind_ephys_preprocessing_1 {
106106
// capsule - NWB Packaging Ecephys
107107
process capsule_nwb_packaging_ecephys_capsule_12 {
108108
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"
110110

111111
cpus 8
112112
memory '60 GB'
@@ -134,9 +134,9 @@ process capsule_nwb_packaging_ecephys_capsule_12 {
134134
135135
echo "[${task.tag}] cloning git repo..."
136136
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
138138
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
140140
fi
141141
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
142142
rm -rf capsule-repo
@@ -408,7 +408,7 @@ process capsule_aind_ephys_results_collector_9 {
408408
// capsule - NWB Packaging Units
409409
process capsule_nwb_packaging_units_11 {
410410
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"
412412

413413
cpus 4
414414
memory '30 GB'
@@ -440,9 +440,9 @@ process capsule_nwb_packaging_units_11 {
440440
441441
echo "[${task.tag}] cloning git repo..."
442442
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
444444
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
446446
fi
447447
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
448448
rm -rf capsule-repo

0 commit comments

Comments
 (0)