Skip to content
Snippets Groups Projects
Unverified Commit 35fd95fa authored by Tim O'Donnell's avatar Tim O'Donnell Committed by GitHub
Browse files

Merge pull request #137 from susannasiebert/read_csv

Update pandas.read_table to pandas.read_csv
parents 444fd5f3 bbc3894f
No related merge requests found
......@@ -45,7 +45,7 @@ AMINO_ACID_INDEX = dict(
AMINO_ACIDS = list(COMMON_AMINO_ACIDS_WITH_UNKNOWN.keys())
BLOSUM62_MATRIX = pandas.read_table(StringIO("""
BLOSUM62_MATRIX = pandas.read_csv(StringIO("""
A R N D C Q E G H I L K M F P S T W Y V X
A 4 -1 -2 -2 0 -1 -1 0 -2 -1 -1 -1 -1 -2 -1 1 0 -3 -2 0 0
R -1 5 0 -2 -3 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment