Skip to content

Commit

Permalink
Replace /SRC/ snapshot links with GitHub raw links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Apr 29, 2016
1 parent ddcb8a2 commit 24f297a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion wiki/Converting_sequence_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Solution

Suppose you have a GenBank file which you want to turn into a Fasta
file. For example, let's consider the file
'[cor6\_6.gb](http://biopython.open-bio.org/SRC/biopython/Tests/GenBank/cor6_6.gb)'
[`cor6_6.gb`](https://raw.githubusercontent.com/biopython/biopython/master/Tests/GenBank/cor6_6.gb)
(which is included in the Biopython unit tests under the GenBank
directory):

Expand Down
5 changes: 2 additions & 3 deletions wiki/Deprecation_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ remove such code from Biopython, while avoiding any nasty surprises for
users who may be relying on older code.

We keep a plain text file in the Biopython source code to record these
changes, available on
[GitHub](http://github.com/biopython/biopython/blob/master/DEPRECATED) or
[here](http://biopython.open-bio.org/SRC/biopython/DEPRECATED).
changes, named
[`DEPRECATED`](http://github.com/biopython/biopython/blob/master/DEPRECATED).

This is the current policy for deprecating and removing code from
Biopython:
Expand Down
2 changes: 1 addition & 1 deletion wiki/PopGen_Genepop.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ctrl = EasyController(your_file_here, path_to_genepop_here)

If everything is working, now we can go on and use Genepop. For the
examples below, we will use the genepop file
[big.gen](http://biopython.open-bio.org/SRC/biopython/Tests/PopGen/big.gen)
[`big.gen`](https://raw.githubusercontent.com/biopython/biopython/master/Tests/PopGen/big.gen)
made available with the unit tests. We will also assume that there is a
ctrl object initialized with the relevant file chosen.

Expand Down
4 changes: 2 additions & 2 deletions wiki/SeqIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Python](http://www.python.org/dev/peps/pep-0020/)).

If you had a different type of file, for example a Clustalw alignment
file such as
'[opuntia.aln](http://biopython.open-bio.org/SRC/biopython/Tests/Clustalw/opuntia.aln)'
[`opuntia.aln`](https://raw.githubusercontent.com/biopython/biopython/master/Tests/Clustalw/opuntia.aln)
which contains seven sequences, the only difference is you specify
"clustal" instead of "fasta":

Expand Down Expand Up @@ -237,7 +237,7 @@ File Format Conversion

Suppose you have a GenBank file which you want to turn into a Fasta
file. For example, lets consider the file
'[cor6\_6.gb](http://biopython.open-bio.org/SRC/biopython/Tests/GenBank/cor6_6.gb)'
[`cor6_6.gb`](https://raw.githubusercontent.com/biopython/biopython/master/Tests/GenBank/cor6_6.gb)
which is included in the Biopython unit tests under the GenBank
directory.

Expand Down

0 comments on commit 24f297a

Please sign in to comment.