Skip to content

Commit

Permalink
fixed filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdebelius committed Nov 11, 2016
1 parent 698a4e1 commit dbfaed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipynb/bloom_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"results_dir = '../results'\n",
"seqs_file = '../data/newbloom.all.fna'\n",
"biom_file = 'erc.qiita-1481.biom'\n",
"filtered_file = 'filtered.fna'\n",
"filtered_file = 'filtered.biom'\n",
"\n",
"seqs_file = os.path.join(data_dir, seqs_file)\n",
"biom_file = os.path.join(data_dir, biom_file)\n",
Expand Down

0 comments on commit dbfaed7

Please sign in to comment.