Skip to content

Commit 4171c30

Browse files
committed
build: update to KS 4.1.7
1 parent 0c74dff commit 4171c30

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

pipeline/main.nf

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

44
// capsule - Job Dispatch Ecephys
55
process capsule_aind_ephys_job_dispatch_4 {
@@ -56,7 +56,7 @@ process capsule_aind_ephys_job_dispatch_4 {
5656
// capsule - Preprocess Ecephys
5757
process capsule_aind_ephys_preprocessing_1 {
5858
tag 'capsule-0331265'
59-
container "$REGISTRY_HOST/published/49b76676-d1f6-4202-9473-c763b2b83563:v12"
59+
container "$REGISTRY_HOST/published/49b76676-d1f6-4202-9473-c763b2b83563:v13"
6060

6161
cpus 16
6262
memory '60 GB'
@@ -87,9 +87,9 @@ process capsule_aind_ephys_preprocessing_1 {
8787
8888
echo "[${task.tag}] cloning git repo..."
8989
if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then
90-
git -c credential.helper= clone --filter=tree:0 --branch v12.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0331265.git" capsule-repo
90+
git -c credential.helper= clone --filter=tree:0 --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0331265.git" capsule-repo
9191
else
92-
git -c credential.helper= clone --branch v12.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0331265.git" capsule-repo
92+
git -c credential.helper= clone --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0331265.git" capsule-repo
9393
fi
9494
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
9595
rm -rf capsule-repo
@@ -153,7 +153,7 @@ process capsule_nwb_packaging_ecephys_capsule_12 {
153153
// capsule - Spikesort Kilosort4 Ecephys
154154
process capsule_spikesort_kilosort_4_ecephys_7 {
155155
tag 'capsule-4110207'
156-
container "$REGISTRY_HOST/published/3372ccfd-0388-4e1e-8c4f-46b470fcf871:v12"
156+
container "$REGISTRY_HOST/published/3372ccfd-0388-4e1e-8c4f-46b470fcf871:v13"
157157

158158
cpus 16
159159
memory '60 GB'
@@ -184,9 +184,9 @@ process capsule_spikesort_kilosort_4_ecephys_7 {
184184
185185
echo "[${task.tag}] cloning git repo..."
186186
if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then
187-
git -c credential.helper= clone --filter=tree:0 --branch v12.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-4110207.git" capsule-repo
187+
git -c credential.helper= clone --filter=tree:0 --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-4110207.git" capsule-repo
188188
else
189-
git -c credential.helper= clone --branch v12.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-4110207.git" capsule-repo
189+
git -c credential.helper= clone --branch v13.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-4110207.git" capsule-repo
190190
fi
191191
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
192192
rm -rf capsule-repo
@@ -352,7 +352,7 @@ process capsule_aind_ephys_visualization_6 {
352352
// capsule - Collect Results Ecephys
353353
process capsule_aind_ephys_results_collector_9 {
354354
tag 'capsule-0338545'
355-
container "$REGISTRY_HOST/published/5b7e48bb-8123-4b4c-b7bf-ebaa2de8555e:v14"
355+
container "$REGISTRY_HOST/published/5b7e48bb-8123-4b4c-b7bf-ebaa2de8555e:v15"
356356

357357
cpus 4
358358
memory '30 GB'
@@ -389,9 +389,9 @@ process capsule_aind_ephys_results_collector_9 {
389389
390390
echo "[${task.tag}] cloning git repo..."
391391
if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then
392-
git -c credential.helper= clone --filter=tree:0 --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0338545.git" capsule-repo
392+
git -c credential.helper= clone --filter=tree:0 --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0338545.git" capsule-repo
393393
else
394-
git -c credential.helper= clone --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0338545.git" capsule-repo
394+
git -c credential.helper= clone --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0338545.git" capsule-repo
395395
fi
396396
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
397397
rm -rf capsule-repo
@@ -459,7 +459,7 @@ process capsule_nwb_packaging_units_11 {
459459
// capsule - Quality Control Ecephys
460460
process capsule_quality_control_ecephys_13 {
461461
tag 'capsule-0625308'
462-
container "$REGISTRY_HOST/published/56a55c84-3013-4683-be83-14d607d2cfe6:v14"
462+
container "$REGISTRY_HOST/published/56a55c84-3013-4683-be83-14d607d2cfe6:v15"
463463

464464
cpus 8
465465
memory '60 GB'
@@ -488,9 +488,9 @@ process capsule_quality_control_ecephys_13 {
488488
489489
echo "[${task.tag}] cloning git repo..."
490490
if [[ "\$(printf '%s\n' "2.20.0" "\$(git version | awk '{print \$3}')" | sort -V | head -n1)" = "2.20.0" ]]; then
491-
git -c credential.helper= clone --filter=tree:0 --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0625308.git" capsule-repo
491+
git -c credential.helper= clone --filter=tree:0 --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0625308.git" capsule-repo
492492
else
493-
git -c credential.helper= clone --branch v14.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0625308.git" capsule-repo
493+
git -c credential.helper= clone --branch v15.0 "https://\$GIT_ACCESS_TOKEN@\$GIT_HOST/capsule-0625308.git" capsule-repo
494494
fi
495495
mv capsule-repo/code capsule/code && ln -s \$PWD/capsule/code /code
496496
rm -rf capsule-repo

0 commit comments

Comments
 (0)