Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Tynecki committed Sep 1, 2020
2 parents 6cbe7d9 + 9fd8a20 commit 108bbbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/embeddings/Bacteriophage-nucleotides-embedding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"# Download the newest Word2Vec embedding model for nucleotides\n",
"# word2vec_model directory will be created\n",
"model_dir = Word2VecModelManager().download_model()\n",
"model_pkl_file = model_dir / 'word2vec-embedding-21.07.2020.pkl'"
"model_pkl_file = f'{model_dir}/word2vec-embedding-21.07.2020.pkl'"
]
},
{
Expand All @@ -41,7 +41,7 @@
"source": [
"# Read FASTA file and return as pandas DataFrame\n",
"fasta_reader = FastaReader(fasta_file)\n",
"sample = fr.to_df()"
"sample = fasta_reader.to_df()"
]
},
{
Expand Down Expand Up @@ -103,4 +103,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 108bbbc

Please sign in to comment.