-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
248 additions
and
44,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
name: Docker Image CI | ||
# name: Docker Image CI | ||
|
||
on: | ||
push: | ||
branches: [ "develop" ] | ||
pull_request: | ||
branches: [ "develop" ] | ||
# on: | ||
# push: | ||
# branches: [ "develop" ] | ||
# pull_request: | ||
# branches: [ "develop" ] | ||
|
||
jobs: | ||
# jobs: | ||
|
||
build: | ||
# build: | ||
|
||
runs-on: ubuntu-latest | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: docker login | ||
env: | ||
DOCKER_USER: ${{secrets.DOCKER_USER}} | ||
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}} | ||
run: | | ||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD | ||
- name: Build the Docker image | ||
run: docker build . --file Dockerfile --tag neurodata/brainlit:latest | ||
- name: Docker Push | ||
run: docker push neurodata/brainlit | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: docker login | ||
# env: | ||
# DOCKER_USER: ${{secrets.DOCKER_USER}} | ||
# DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}} | ||
# run: | | ||
# docker login -u $DOCKER_USER -p $DOCKER_PASSWORD | ||
# - name: Build the Docker image | ||
# run: docker build . --file Dockerfile --tag neurodata/brainlit:latest | ||
# - name: Docker Push | ||
# run: docker push neurodata/brainlit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+382 Bytes
docs/notebooks/pipelines/BrainLine/validation-data/axon/250_237_1800.pickle
Binary file not shown.
Binary file added
BIN
+5.55 MB
docs/notebooks/pipelines/BrainLine/validation-data/axon/braintest/val/2054_1951_1825.h5
Binary file not shown.
Binary file added
BIN
+7.79 MB
...ks/pipelines/BrainLine/validation-data/axon/braintest/val/2054_1951_1825_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+416 Bytes
docs/notebooks/pipelines/BrainLine/validation-data/axon/wholebrain_test.pkl
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...ks/pipelines/BrainLine/validation-data/soma/brainr_results/image_2000_1900_1800_somas.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[2008.3863216266175, 1994.6025878003697, 1840.358595194085] | ||
[2062.8153241650293, 1949.3064833005894, 1822.9626719056973] | ||
[2068.915071770335, 1930.4234449760766, 1856.846889952153] |
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2005_1978_1841_pos.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2005_1978_1841_pos_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2008_1995_1842_pos.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2008_1995_1842_pos_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2036_1970_1813_neg.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2036_1970_1813_neg_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2039_1913_1816_neg.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2039_1913_1816_neg_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2062_1949_1824_pos.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2062_1949_1824_pos_Probabilities.h5
Binary file not shown.
Binary file added
BIN
+691 KB
docs/notebooks/pipelines/BrainLine/validation-data/soma/braintest/val/2073_1955_1805_neg.h5
Binary file not shown.
Binary file added
BIN
+931 KB
...ipelines/BrainLine/validation-data/soma/braintest/val/2073_1955_1805_neg_Probabilities.h5
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.