-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters