point refseq RDS URL to master

This commit is contained in:
Deepankar Chakroborty 2020-07-29 15:02:33 +03:00
parent a1a6dd9dcf
commit 17c62d360a

View file

@ -28,10 +28,9 @@ if(length(missing_packages)) install.packages(missing_packages)
rm(missing_packages,dependencies) rm(missing_packages,dependencies)
IsolateCanonicalVariant <- function (AAchangeAnnotations){ IsolateCanonicalVariant <- function (AAchangeAnnotations){
library(doParallel)
#--- Change to master when ready
# importing resources # importing resources
refseq <- readRDS(url("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/develop/asset/RefSeqSelect_Gene_Transcript.RDS"),"rb") library(doParallel)
refseq <- readRDS(url("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/master/asset/RefSeqSelect_Gene_Transcript.RDS"),"rb")
source("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/master/MutSiteFind.R") source("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/master/MutSiteFind.R")
# initializing cluster # initializing cluster