Skip to content

Commit 3903ab6

Browse files
authored
Update scripts, Dockerfile with new GitHub organization (#38)
1 parent 436a9e8 commit 3903ab6

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM debian:testing
66
#
77
# Authorship
88
#
9-
MAINTAINER rwarren@bcgsc.ca
9+
MAINTAINER rwarren@bccrc.ca
1010

1111
#
1212
# Update and Install dependencies
@@ -16,7 +16,7 @@ RUN apt-get update -qq && apt-get install -y bwa wget cpanminus
1616
#
1717
# Download the software
1818
#
19-
RUN wget https://github.com/bcgsc/RAILS/tree/master/tarball/rails_v1-5-0.tar.gz && tar xvfz rails_v1-5-0.tar.gz && rm rails_v1-5-0.tar.gz
19+
RUN wget https://github.com/BirolLab/RAILS/tree/master/tarball/rails_v1-5-0.tar.gz && tar xvfz rails_v1-5-0.tar.gz && rm rails_v1-5-0.tar.gz
2020

2121
#
2222
# Set the default working directory

bin/RAILS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#AUTHOR
44
# Rene Warren
5-
# rwarren at bcgsc.ca
5+
# rwarren at bccrc.ca
66
#
77
#
88
# NAME
@@ -13,7 +13,7 @@
1313
#
1414
# DOCUMENTATION
1515
# readme.md distributed with this software
16-
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca
16+
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bccrc.ca
1717
# If you use RAILS, the RAILS code or ideas, please cite our work
1818
#
1919
#
@@ -28,7 +28,7 @@ getopts('f:s:d:e:l:a:v:b:t:p:i:q:g:p:');
2828
my ($base_name,$anchor,$seqid,$insert_stdev,$min_links,$max_link_ratio,$grace,$verbose)=("",1000,0.9,1.0,1,0.99,1,0,);
2929

3030
my $version = "[v1.5.1]";
31-
my $dev = "rwarren\@bcgsc.ca";
31+
my $dev = "rwarren\@bccrc.ca";
3232
my $SAMPATH = "";
3333
#-------------------------------------------------
3434

@@ -1286,4 +1286,4 @@ sub buildScaffoldFasta{
12861286
return $scaffold_fasta,\@gsl,$merges;
12871287
}
12881288

1289-
## We hope this code is useful to you -- Please send comments & suggestions to rwarren at bcgsc.ca
1289+
## We hope this code is useful to you -- Please send comments & suggestions to rwarren at bccrc.ca

bin/cobbler.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#AUTHOR
44
# Rene Warren
5-
# rwarren at bcgsc.ca
5+
# rwarren at bccrc.ca
66

77

88
#NAME
@@ -13,7 +13,7 @@
1313

1414
#DOCUMENTATION
1515
# readme.md distributed with this software
16-
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bcgsc.ca
16+
# We hope this code is useful to you -- Please send comments & suggestions to rwarren * bccrc.ca
1717
# If you use RAILS, the RAILS code or ideas, please cite our work
1818
#
1919

@@ -28,7 +28,7 @@
2828
my ($base_name,$anchor,$seqid,$verbose,$minreads,$grace)=("",1000,0.9,0,1,1);
2929

3030
my $version = "[v0.6.1]";
31-
my $dev = "rwarren\@bcgsc.ca";
31+
my $dev = "rwarren\@bccrc.ca";
3232
my $SAMPATH = "";
3333

3434
#-------------------------------------------------
@@ -810,4 +810,4 @@ sub stdev{
810810
return $std;
811811
}
812812

813-
## We hope this code is useful to you -- Please send comments & suggestions to rwarren at bcgsc.ca
813+
## We hope this code is useful to you -- Please send comments & suggestions to rwarren at bccrc.ca

0 commit comments

Comments
 (0)