mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
Remap dependency URL to github
This commit is contained in:
parent
5fc69023a4
commit
686cbd29bb
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ IsolateCanonicalVariant <- function (AAchangeAnnotations){
|
||||||
|
|
||||||
# importing resources
|
# importing resources
|
||||||
library(doParallel)
|
library(doParallel)
|
||||||
refseq <- readRDS(url("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/master/asset/RefSeqSelect_Gene_Transcript.RDS"),"rb")
|
refseq <- readRDS(url("https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/asset/RefSeqSelect_Gene_Transcript.RDS"),"rb")
|
||||||
source("https://gitlab.utu.fi/deecha/shared_scripts/-/raw/master/MutSiteFind.R")
|
source("https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R")
|
||||||
|
|
||||||
# initializing cluster
|
# initializing cluster
|
||||||
myCluster <- makeCluster(parallel::detectCores(),
|
myCluster <- makeCluster(parallel::detectCores(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue