Skip to content
Snippets Groups Projects
Commit 8200b0bc authored by Marek Ostaszewski's avatar Marek Ostaszewski
Browse files

Merge branch 'new_pathways' into 'master'

integration up

See merge request !160
parents a4e55ec1 7d466228
No related branches found
No related tags found
1 merge request!160integration up
......@@ -9,9 +9,6 @@ options(stringsAsFactors = F)
library(httr)
library(xml2)
library(here)
setwd(paste0(here(),"/Integration/MINERVA_build/"))
### An 'xml2' namespace structure for parsing CellDesigner xml
ns_cd <- xml_ns_rename(xml_ns(read_xml("<root>
......@@ -154,7 +151,7 @@ if(reconstruct_mapping) {
### and remove unnecessary reactions
### Load the template, readlines
con <- url("https://git-r3lab.uni.lu/covid/models/-/raw/master/Integration/template_mapping.xml")
con <- url("https://git-r3lab.uni.lu/covid/models/-/raw/master/Integration/MINERVA_build/template_mapping.xml")
mapping <- paste(readLines(con), collapse = "\n")
close(con)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment