Skip to content

Commit

Permalink
fix loading of GO-assoc, string-db update version
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Feb 15, 2016
1 parent d376c33 commit 233f831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cp $TMP_FOLDER/CRG-human-interactome/CRG.integrated.human.interactome.txt ppis/
# an account to download)

# 3.) string-db
STRING_VERSION=9.05
STRING_VERSION=10
STRING_CUTOFF=500 # cutoff at a reliability of 700 for import
STRING_URL=https://string-db.com/newstring_download/protein.links.v$STRING_VERSION.txt.gz
STRING_GZ=$DOWNLOAD_FOLDER/protein.links.v$STRING_VERSION.txt.gz
Expand Down
2 changes: 1 addition & 1 deletion src/pappi/go/import_ass.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def import_go_association(filename, sql_conn, table=GO_ASSOC_TABLE):
"""
sql.import_csv(filename, table, '\t', False, import_columns=[2, 4],
column_names=["Gene", "GOTerm"], sql_conn=sql_conn,
skip_rows=9)
skip_rows=12)

0 comments on commit 233f831

Please sign in to comment.