Skip to content

Commit

Permalink
Adding new/updated io.github.betaseg_cellsketch-analyze_0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scaramir committed Dec 28, 2023
1 parent 5a6b4b6 commit 89237cd
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 2 additions & 1 deletion solutions/io.github.betaseg/cellsketch-analyze/CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2023-10-24
## [0.2.0] - 2023-12-28
Update CellSketch version


## [0.1.0] - 2023-07-04

Empty file.
Empty file.
Empty file modified solutions/io.github.betaseg/cellsketch-analyze/gradlew
100755 → 100644
Empty file.
Empty file modified solutions/io.github.betaseg/cellsketch-analyze/gradlew.bat
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions solutions/io.github.betaseg/cellsketch-analyze/solution.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ def is_file_arg(arg_name):
description="This solution performs spatial analysis for all organelles in a CellSketch project.",
tags=["bdv", "cellsketch", "segmentation", "annotation", "analysis"],
cite=[{
"text": "A. Müller, D. Schmidt, C. S. Xu, S. Pang, J. V. DCosta, S. Kretschmar, C. Münster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM reconstruction of microtubuleorganelle interaction in whole primary mouse β cells. J Cell Biol 1 February 2021; 220 (2): e202010039.",
"text": "A. Müller, D. Schmidt, C. S. Xu, S. Pang, J. V. D'Costa, S. Kretschmar, C. Münster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM reconstruction of microtubule-organelle interaction in whole primary mouse β cells. J Cell Biol 1 February 2021; 220 (2): e202010039.",
"doi": "https://doi.org/10.1083/jcb.202010039"
}, {
"text": "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer: visualization and processing for large image data sets. Nature Methods, 12(6), 481483.",
"text": "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer: visualization and processing for large image data sets. Nature Methods, 12(6), 481-483.",
"doi": "10.1038/nmeth.3392"
}, {
"text": "Pape, C. (2019). constantinpape/z5",
Expand Down
22 changes: 12 additions & 10 deletions solutions/io.github.betaseg/cellsketch-analyze/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args:
name: project
required: true
type: directory
- description: "Max distance between two connected organelles in \u03BCm."
- description: "Max distance between two connected organelles in \xCE\xBCm."
name: connected_threshold_in_um
required: true
type: float
Expand All @@ -16,17 +16,19 @@ args:
description: Threads to use to calculate the distance transform maps.
name: num_threads
type: integer
changelog: Update CellSketch version
changelog: 'Update CellSketch version
'
cite:
- doi: https://doi.org/10.1083/jcb.202010039
text: "A. M\xFCller, D. Schmidt, C. S. Xu, S. Pang, J. V. D\u2019Costa, S. Kretschmar,\
\ C. M\xFCnster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM\
\ reconstruction of microtubule\u2013organelle interaction in whole primary mouse\
\ \u03B2 cells. J Cell Biol 1 February 2021; 220 (2): e202010039."
text: "A. M\xC3\xBCller, D. Schmidt, C. S. Xu, S. Pang, J. V. D'Costa, S. Kretschmar,\
\ C. M\xC3\xBCnster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D\
\ FIB-SEM reconstruction of microtubule-organelle interaction in whole primary\
\ mouse \xCE\xB2 cells. J Cell Biol 1 February 2021; 220 (2): e202010039."
- doi: 10.1038/nmeth.3392
text: "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer:\
\ visualization and processing for large image data sets. Nature Methods, 12(6),\
\ 481\u2013483."
text: 'Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer:
visualization and processing for large image data sets. Nature Methods, 12(6),
481-483.'
- doi: 10.5281/ZENODO.3585752
text: Pape, C. (2019). constantinpape/z5
covers:
Expand All @@ -44,6 +46,6 @@ tags:
- segmentation
- annotation
- analysis
timestamp: '2023-10-24T01:07:21.848419'
timestamp: '2023-12-28T20:32:57.560824'
title: 'CellSketch: Run spatial analysis'
version: 0.2.0
Empty file.

0 comments on commit 89237cd

Please sign in to comment.