Skip to content

Commit 963198f

Browse files
Merge pull request #19 from hancockinformatics/develop
Merge Develop 1.7.64
2 parents 35ea385 + df7e09c commit 963198f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3190
-3382
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: MetaBridgeShiny
22
Title: Map Metabolites for Omics Integration
3-
Version: 1.7.52
3+
Version: 1.7.64
44
Authors@R:
55
c(person(given = "Travis",
66
family = "Blimkie",

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# MetaBridge 1.7.64
2+
3+
## Improvements and changes
4+
5+
* Various tweaks and edits to UI text (1aa3661)
6+
* Font size for DataTables was reduced for better fit (b3f6034)
7+
* Updated workflow (README) and tutorial images, plus text as needed (d2415e7, cf755b7)
8+
9+
## Bugfixes
10+
11+
* "ifelse" statement used to determine notification duration now works properly (ebe83a3)
12+
* Modified some internal and external links (cab75e1)

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ mappingAlert <- function(message, suggest, status) {
8585
showNotification(
8686
id = "mappingAlert",
8787
type = n_type,
88-
duration = ifelse(n_type == "success", 10, 20),
88+
duration = ifelse(n_type == "message", 5, 10),
8989
ui = HTML(paste0(
9090
"<h4 class='alert-heading'><b>", n_header, "</b></h4>",
9191
"<p class='mb-0'>", n_ui, "</p>"
9292
)),
93-
action = n_action,
93+
action = n_action
9494
)
9595
}
9696

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ pathways and reactions in which the metabolite is involved.
1616
MetaBridge supports integrative multi-omic analyses by identifying the enzymes
1717
that directly interact with your metabolites of interest, providing genes which
1818
may then be easily integrated with results from other omics methods. An example
19-
integrative analysis pipeline using
20-
[MetaboAnalyst](https://www.metaboanalyst.ca/MetaboAnalyst/ModuleView.xhtml),
21-
[MetaBridge](https://metabridge.org), and
19+
integrative analysis pipeline using
20+
[MetaboAnalyst](https://www.metaboanalyst.ca/),
21+
[MetaBridge](https://metabridge.org), and
2222
[NetworkAnalyst](https://www.networkanalyst.ca/) is outlined below:
2323

2424
![](www/img/metabridge_workflow.svg)

0 commit comments

Comments
 (0)