Recent Releases of aradeepopsis
aradeepopsis - v2.0
:warning: This release requires Nextflow v22.04.0 or later :warning:
New Features
- ported pipeline code to Nextflow DSL2
Fixes and improvements
- fixed a bug that lead to invalid dimensions for input images with certain aspect ratios
- moved hosting of pretrained models and test data to Azure (thanks @ebirn)
- added CITATION.cff
Dependency updates
- dropped
r-shinythemesdependency asr-shinynow has bootstrap 5 support - added version pinning for
R 4.1.3 - updated
r-shiny1.6.0>1.7.1 - updated
tensorflow-base2.4.1>2.7.1 - updated
imagemagickdependency7.0.11_12>7.1.0_33 - updated
r-corrplotdependency0.88>0.92 - updated
r-jpegdependency0.1_8.1>0.1_9
- Nextflow
Published by phue about 4 years ago
aradeepopsis - v1.3.1
New Features
- added config profile for BioHPC Genomics cluster at LRZ
Fixes and improvements
- fixed illegible text in Markdown documents when browsing Github in Dark Mode (thanks @greymonroe for pointing this out)
- changed container base to micromamba for smaller container images and faster builds
- added CI tests for
condaprofile on macOS and additional container engines on linux (charliecloudandpodman)
Dependency updates
- removed unneeded
tensorflow-estimatordependency - updated
tensorflow-base2.0.0>2.4.1 - updated
imagemagickdependency7.0.10_28>7.0.11_12 - updated
shinydependency1.5.0>1.6.0 - updated
tidyversedependency1.3.0>1.3.1 - updated
shinythemesdependency1.1.2>1.2.0 - updated
corrplotdependency0.84>0.88
- Nextflow
Published by phue about 5 years ago
aradeepopsis - v1.3
New Features
- added charliecloud profile (needs nextflow >= 20.12.0-edge)
- added config for LRZ coolmuc2
Fixes and improvements
- improved image visualization and plot rendering in Shiny app (see #54) thanks @dschneiderch for input
- changed container registry from docker.io to quay.io
- added publication DOI to pipeline manifest
- changed (back) download links in pipeline to fetch pretrained models from Dropbox instead of Zenodo (#53)
- fixed plotting of leaf states over time in Shiny app (when appropriate metadata are provided)
Dependency updates
- updated
scikit-imagedependency0.17.2>0.18.1 - updated
imagemagickdependency7.0.10_23>7.0.10_28 - updated
shinycssloadersdependency0.3>1.0.0 - updated
slickrdependency0.4.9>0.5.0
- Nextflow
Published by phue over 5 years ago
aradeepopsis - v1.2.1
Fixes and general changes
- updated pipeline to fetch trained models from the deposited Zenodo record instead of Dropbox
- fixed an issue where the DPP addon produced sub-par segmentation results compared to the tools implementation in Deep Plant Phenomics.
- updated shiny app to show visualizations sorted by filename
- Nextflow
Published by phue almost 6 years ago
aradeepopsis - v1.2
New Features
- added
--ignore_labelparameter to exclude a segmentation class for trait calculation. - added
--masksparameter to skip semantic segmentation and run trait extraction using user-supplied masks - added
--label_specparameter to allow for mapping of segmentation classes to pixel values of user-supplied segmentation masks. This is a requirement for the--masksparameter now. - added
--model 'DPP'and--dpp_checkpointto allow for custom segmentation models, trained using the Deep Plant Phenomics framework
Fixes and general changes
- fixed an issue where the pipeline would crash if the input image contains an alpha channel
- updated base.config to avoid out-of-memory issues when running with
--multiscale - added log message to show current parameter settings when starting a pipeline run
- added a more informative log message if pipeline fails on systems with insufficient memory
- updated configuration for CBE cluster
- factored out Shiny dependencies into separate container (should be easier to deploy as a hosted Shiny app now)
- added Dockerfile + Conda environment for DPP v2.1.0
Dependency updates
- new (optional) dependency
Deep Plant Phenomicsv2.1.0 - updated
shinydependency1.4.0>1.5.0 - updated
scikit-image0.16.2>0.17.2 - updated
imagemagickdependency7.0.9_27>7.0.10_23
- Nextflow
Published by phue almost 6 years ago
aradeepopsis - v1.1
Changes in this release:
- disabled task error strategy for pipeline runs on local computers
- fixed an issue where the network address of the shiny application was not correctly displayed on computers running MacOS
- Nextflow
Published by phue about 6 years ago
aradeepopsis - v1.0
This is the first pipeline release accompanying the preprint manuscript:
Huether P, Schandry N, Jandrasits K, Bezrukov I, Becker C. araDEEPopsis: From images to phenotypic traits using deep transfer learning. bioRxiv. 2020 p. 2020.04.01.018192. Available from: https://www.biorxiv.org/content/10.1101/2020.04.01.018192v1
:tada:
- Nextflow
Published by phue about 6 years ago