From 8097dd74e2c170723802e71329756537688d7bce Mon Sep 17 00:00:00 2001
From: Deepankar Chakroborty <deepankar.chakroborty@utu.fi>
Date: Tue, 25 Aug 2020 11:41:44 +0300
Subject: [PATCH] Repo has moved. instructions on how to use.

---
 CT_GA_count.R             | 4 +++-
 IsolateCanonicalVariant.R | 4 +++-
 MutSiteFind.R             | 4 +++-
 ggplotBreaks.R            | 5 ++++-
 unparalogMutations.R      | 4 +++-
 5 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/CT_GA_count.R b/CT_GA_count.R
index a76a559..56a73a0 100644
--- a/CT_GA_count.R
+++ b/CT_GA_count.R
@@ -1,3 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/CT_GA_count.R')
+print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+print("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/CT_GA_count.R')")
diff --git a/IsolateCanonicalVariant.R b/IsolateCanonicalVariant.R
index 664134c..5ea45ba 100644
--- a/IsolateCanonicalVariant.R
+++ b/IsolateCanonicalVariant.R
@@ -1,3 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R')
\ No newline at end of file
+print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+print("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/IsolateCanonicalVariant.R')")
\ No newline at end of file
diff --git a/MutSiteFind.R b/MutSiteFind.R
index da371c9..c89844a 100644
--- a/MutSiteFind.R
+++ b/MutSiteFind.R
@@ -1,3 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R')
\ No newline at end of file
+print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+print("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/MutSiteFind.R')")
\ No newline at end of file
diff --git a/ggplotBreaks.R b/ggplotBreaks.R
index cf46794..1b16fd7 100644
--- a/ggplotBreaks.R
+++ b/ggplotBreaks.R
@@ -1,3 +1,6 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R')
\ No newline at end of file
+
+print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+print("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/ggplotBreaks.R')")
\ No newline at end of file
diff --git a/unparalogMutations.R b/unparalogMutations.R
index d99f320..a29c730 100644
--- a/unparalogMutations.R
+++ b/unparalogMutations.R
@@ -1,3 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R')
\ No newline at end of file
+print("This function has moved to: https://github.com/dchakro/shared_Rscripts")
+print("Correct way to source the function is:")
+print("source('https://raw.githubusercontent.com/dchakro/shared_Rscripts/master/unparalogMutations.R')")
\ No newline at end of file
-- 
GitLab