Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandziora committed Nov 9, 2018
1 parent 0af8870 commit b87c6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physcraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ def replace_new_seq(self):
self.data.otu_dict[key]['^physcraper:last_blasted'] = "1900/01/01"

print(self.data.otu_dict[key]['^physcraper:status'])
if self.data.otu_dict[key]['^physcraper:status'] == "query" or self.data.otu_dict[key]['^physcraper:status'].split(" ")[0] == new :
if self.data.otu_dict[key]['^physcraper:status'] == "query" or self.data.otu_dict[key]['^physcraper:status'].split(" ")[0] == 'new' :
self.data.otu_dict[key]['^physcraper:status'] = 'not added, there are enough seq per sp in tre'

for gb_id in keylist:
Expand Down

0 comments on commit b87c6ed

Please sign in to comment.