Skip to content

Releases: lambda-science/MyoQuant

MyoQuant v0.3.5

19 May 12:14
Compare
Choose a tag to compare

fixing tensorflow torch import bug

MyoQuant v0.3.3

10 May 12:52
Compare
Choose a tag to compare
  • New ATP option such as erosien and new intensity methods
  • Fixing a few bugs
  • Version option

MyoQuant v0.2.2

24 Jan 14:21
Compare
Choose a tag to compare

Rework with ATP add and demo integration

MyoQuant v0.2.2

05 Dec 12:21
Compare
Choose a tag to compare

Fix SDH URL Lib

Myoquant v0.2.1

30 Nov 10:25
Compare
Choose a tag to compare
  • Clearer CLI stdout and progress

v0.2.0

21 Nov 10:14
Compare
Choose a tag to compare

New options for the analysis:
--mask-path FILE: The path to a binary mask to hide slide region during analysis. It needs to be of the same resolution as input image and only pixel marked as 1 will be analyzed. (Basically a simple .tif image with 0/1, with 0 being pixels ignored during the analysis and 1 pixels kept for the analysis)
--export-map / --no-export-map: Export the original image with cells painted by classification label. [default: export-map]. (A file [IMAGE_NAME]_label_blend.tiff is generated at the end of the analysis where the original image is blended with the green/red label map for visualisation of all fibers classification)
--export-stats / --no-export-stats: Export per fiber and per nuclei stat table. [default: export-stats]. ( A file [IMAGE_NAME]_cell_details.csv is generated that contains informations about all cell detected (area, coordinates...) and the number of nuclei (intern+periph) as columns. + A file [IMAGE_NAME]_nuc_details.csv is generated that contains informations about all analyzed nuclei (with the correspond fiber ID and the nuclei eccentricity score and class)
--fluo-nuc FILE: The path to single channel fluo image for nuclei. (An option to indicate the single channel image for the DAPI, so we can blend tritC and DAPI together and it also indicated that the analysis is done on single channel images)

Myoquant v0.1.7

17 Nov 14:37
Compare
Choose a tag to compare

Fix HE-analysis threshold param not taken into consideration

Myoquant v0.1.6

16 Nov 17:52
Compare
Choose a tag to compare
  • Fixing a bug in he-analysis: the program was crashing when a nucleus was located at the exact coordinate of the fiber center (division by 0 error)

Myoquant v0.1.3

30 Oct 09:25
aef3199
Compare
Choose a tag to compare

First working release of MyoQuant command line tool featuring working SDH and HE analysis.