Skip to content

Commit 15feeef

Browse files
committed
Update URLs to Github
1 parent 1913612 commit 15feeef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/ngs.plot.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source(file.path(progpath, 'lib', 'coverage.r'))
2626

2727
# Deal with command line arguments.
2828
cmd.help <- function(){
29-
cat("\nVisit http://code.google.com/p/ngsplot/wiki/ProgramArguments101 for details\n")
29+
cat("\nVisit https://github.com/shenlab-sinai/ngsplot/wiki/ProgramArguments101 for details\n")
3030
cat(paste("Version:", ngsplot.version, sep=" "))
3131
cat("\nUsage: ngs.plot.r -G genome -R region -C [cov|config]file\n")
3232
cat(" -O name [Options]\n")

bin/plotCorrGram.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
cmd.help <- function(){
11-
cat("\nVisit http://code.google.com/p/ngsplot for details\n")
11+
cat("\nVisit https://github.com/shenlab-sinai/ngsplot for details\n")
1212
cat("\nUsage: plotCorrGram.r -I ngsplot_output.zip -O output_name [Options]\n")
1313
cat("\n## Mandatory parameters:\n")
1414
cat(" -I Result zip file created by ngs.plot.\n")

bin/replot.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source(file.path(progpath, 'lib', 'parse.args.r'))
1717
source(file.path(progpath, 'lib', 'plotlib.r'))
1818

1919
cmd.help <- function(){
20-
cat("\nVisit http://code.google.com/p/ngsplot/wiki/ProgramArguments101 for details\n")
20+
cat("\nVisit https://github.com/shenlab-sinai/ngsplot/wiki/ProgramArguments101 for details\n")
2121
cat("\nUsage: replot.r command -I input.zip -O name\n")
2222
cat("\n command: prof OR heatmap\n\n")
2323
cat("## Mandatory parameters:\n")

example/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ given in "cufflinks_eg" folder.
141141

142142

143143
For more details of the usage, please visit project website:
144-
http://code.google.com/p/ngsplot/
144+
https://github.com/shenlab-sinai/ngsplot
145145

146146

147147

0 commit comments

Comments
 (0)