-
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.
Merge branch 'master' into feature/qfeature
- Loading branch information
Showing
11 changed files
with
128,892 additions
and
11 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Title: MetFamily: Discovering Regulated Metabolite Families in Untargeted Metabo | |
Version: 0.99.4 | ||
Date: 2024-08-22 | ||
Author: c( person("Hendrik", "Treutler, role = c("aut"), email = "[email protected]"), | ||
person("Khabat", "Vahabi, 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")) ) | ||
|
@@ -41,14 +41,16 @@ Imports: | |
QFeatures, | ||
stats, | ||
utils | ||
Remotes: decisionpatterns/searchable | ||
Remotes: | ||
decisionpatterns/searchable | ||
Suggests: | ||
knitr, | ||
BiocStyle, | ||
testthat | ||
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#FROM sneumann/metfamily-base:latest | ||
FROM sneumann/metfamily-base:4.3.2 | ||
FROM sneumann/metfamily-base:4.4 | ||
#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]> | ||
FROM rocker/shiny:4.4 | ||
|
||
LABEL maintainer="Steffen Neumann <[email protected]>" | ||
LABEL Description="MetFamily Base Image with dependencies." | ||
|
||
## Older base images might need libigraph0-dev instead of libigraph-dev | ||
|
@@ -16,6 +15,7 @@ RUN echo 'sanitize_errors off;disable_protocols xdr-streaming xhr-streaming ifra | |
## The following Rprofile allows to use CRAN snapshots | ||
## (The HERE document COPY <<EOF requires syntax=docker/dockerfile:1.3-labs) | ||
## We have tested the following combinations of FROM and CRAN: | ||
## rocker/shiny:4.3.2 | ||
## rocker/shiny:3.6.3 https://packagemanager.posit.co/cran/2020-04-23/ | ||
## rocker/shiny:4.0.5 https://packagemanager.posit.co/cran/2021-03-01/ | ||
## rocker/shiny:4.3.2 https://packagemanager.posit.co/cran/2023-12-01/ | ||
|
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.