Skip to content

Commit

Permalink
Merge pull request #191 from dominikl/prod120_stats
Browse files Browse the repository at this point in the history
Add stats for prod120 release
  • Loading branch information
sbesson authored Mar 6, 2024
2 parents 1e5c3ce + 65719ca commit 7715f1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/releases.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ Date Data release Code version Sets Wells Experiments Images Planes Size (TB) Fi
2023-07-17 prod117 0.11.7 21278 1868391 13669915 114328594 364.65287765647497 34.464906 446.54 121
2023-08-17 prod118 0.11.8 21390 1892574 13752698 115179939 365.933575229006 34.950326 449.37 123
2023-10-09 prod119 0.11.9 21617 1978974 14012392 118390729 384.893134429384 38.160129 468.92 125
2024-03-05 prod120 0.12.0 21628 1978974 14017840 118660875 385.67365086156303 38.176475 471.31 127
2 changes: 2 additions & 0 deletions _data/studies.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,5 @@ idr0149-batty-sisterchromatids experimentE prod118 2755 16 0 0 1069 3132 0.013
idr0149-batty-sisterchromatids experimentF prod118 2756 4 0 0 61 12996 0.015497927005 15497927005 184 84.2278641576087 772 x 772 x 76 x 3 x 1 cell
idr0150-friedman-cafs experimentA prod119 2801 2 0 0 494 2470 0.057297723584 57297723584 1483 38.63636114902225 3128 x 3128 x 1 x 5 x 1 tissue
idr0143-herbst-coculture screenA prod119 3452 225 86400 112 259200 3208320 18.902261476794 18902261476794 3208320 5.891638 2160 x 2160 x 5 x 2 x 1 cell
idr0154-queen-hdbr experimentA prod120 2851 5 0 0 48 146 0.002598719424 2598719424 145 17.92220292413793 2681 x 3476 x 1 x 3 x 1 tissue
idr0155-fu-alphasynuclein experimentA prod120 2852 6 0 0 5400 270000 0.777917712755 777917712755 16201 48.01664790784519 1200 x 1200 x 1 x 1 x 50 tissue
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
set -u

docker run --rm -v $PWD:/srv/jekyll -eJEKYLL_UID=$UID jekyll/builder:pages jekyll build --config _config.yml,_prod.yml
docker run --rm -v $PWD/_site:/site/about jekyll/builder:pages /usr/gem/bin/htmlproofer /site --ignore-urls "/jupyter,/webclient/,/cell/,/tissue/,/login.binder.bioimagearchive.org/,/biii.eu/,/localhost/" --only_4xx --no-enforce-https --allow-missing-href
docker run --rm -v $PWD/_site:/site/about jekyll/builder:pages /usr/gem/bin/htmlproofer /site --ignore-urls "/jupyter,/webclient/,/cell/,/tissue/,/login.binder.bioimagearchive.org/,/biii.eu/,/localhost/" --only_4xx --no-enforce-https --allow-missing-href --ignore-status-codes "400,404"

0 comments on commit 7715f1a

Please sign in to comment.