mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
point refseq RDS URL to master
This commit is contained in:
parent
a1a6dd9dcf
commit
17c62d360a
1 changed files with 2 additions and 3 deletions
|
|
@ -28,10 +28,9 @@ if(length(missing_packages)) install.packages(missing_packages)
|
|||
rm(missing_packages,dependencies)
|
||||
|
||||
IsolateCanonicalVariant <- function (AAchangeAnnotations){
|
||||
library(doParallel)
|
||||
#--- Change to master when ready
|
||||
# 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")
|
||||
|
||||
# initializing cluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue