Skip to content

Commit

Permalink
release 0.99.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Aug 30, 2024
1 parent 1ca5610 commit 3e7bcd5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: MetFamily
Type: Package
Title: MetFamily: Discovering Regulated Metabolite Families in Untargeted Metabolomics Studies
Version: 0.99.3
Date: 2024-03-02
Version: 0.99.4
Date: 2024-08-30
Author: c( person("Hendrik", "Treutler, role = c("aut"), email = "[email protected]"),
person("Khabat", "Vahabi, role = c("aut"), email = "[email protected]"),
person("Norman", "Storz, role = c("aut"), email = "[email protected]"),
person(given = "Steffen", family = "Neumann", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7899-7192")) )
Depends:
Expand Down Expand Up @@ -47,8 +48,8 @@ Suggests:
testthat,
shinytest2
VignetteBuilder: knitr
Maintainer: Hendrik Treutler<hendrik.treutler@ipb-halle.de>
Description: We present a novel approach for the untargeted discovery
Maintainer: Steffen Neumann <sneumann@ipb-halle.de>
Description: Untargeted discovery
of metabolite families offering a bird's eye view of metabolic regulation
in comparative metabolomics. We implemented the presented methodology
in the easy-to-use web application MetFamily to enable the analysis
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM sneumann/metfamily-base:4.3.2
#FROM sneumann/metfamily-base:4.0.5
#FROM sneumann/metfamily-base:3.6.3

MAINTAINER Steffen Neumann <[email protected]>

LABEL maintainer="Steffen Neumann <[email protected]>"
LABEL Description="MetFamily helps identifying metabolites and groups them into metabolite clusters (a.k.a. families)."

ADD . /tmp/MetFamily
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# syntax=docker/dockerfile:1.3-labs
FROM rocker/shiny:4.3.2

MAINTAINER Steffen Neumann <[email protected]>

LABEL maintainer="Steffen Neumann <[email protected]>"
LABEL Description="MetFamily Base Image with dependencies."

## Older base images might need libigraph0-dev instead of libigraph-dev
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
CHANGES IN VERSION 0.99.4
-------------------------
NEW FEATURES

o Reading and parsing of intensity matrix now via QFeatures package
o First parallelisation (and speedup) in distance matrix calculation
o Adding of new contributor, change of maintainer


CHANGES IN VERSION 0.99.2
-------------------------

Expand Down

0 comments on commit 3e7bcd5

Please sign in to comment.