Skip to content

Commit

Permalink
Changed example to read local uncompressed gaf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Feb 22, 2018
1 parent a83151a commit d88f8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/semantic_similarity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
"name": "stdout",
"output_type": "stream",
"text": [
" READ 211727 items: http:https://geneontology.org/gene-associations/gene_association.tair.gz\n"
" READ 211727 items: gene_association.tair\n"
]
}
],
"source": [
"from goatools.associations import read_gaf\n",
"\n",
"associations = read_gaf(\"http:https://geneontology.org/gene-associations/gene_association.tair.gz\")"
"associations = read_gaf(\"gene_association.tair\")"
]
},
{
Expand Down

0 comments on commit d88f8c7

Please sign in to comment.