Skip to content

Commit

Permalink
found a bug in the NCBI database; this, and the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
klamkiew committed Dec 9, 2020
1 parent 1d00440 commit 3657a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/cluster_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def retrieve_taxonomy(prefix, accID2desc):
for acc in accessionIDs:
if acc in accID2desc:
description = accID2desc[acc]
if acc == 'KX148547':
print(description)
if clusterID in realCluster:
avgClusterPerSpecies[description[2][2]].add(clusterID)
avgClusterPerGenus[description[2][1]].add(clusterID)
Expand Down

0 comments on commit 3657a1e

Please sign in to comment.