Skip to content

Commit

Permalink
Added TODO to loadUniRef.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DnlRKorn authored Jul 30, 2024
1 parent 8d8b643 commit 40cad6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsers/ViralProteome/src/loadUniRef.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def get_uniref_data(self) -> set:
# are we in test mode
if not self.test_mode:
# get the list of taxa
#TODO: It looks like gd.get_ncbi_taxon_id_set doesn't resolve. It was removed in https://github.com/RobokopU24/ORION/commit/d3860356f2dac5779d1c15d651e644921dc48f88
target_taxon_set: set = gd.get_ncbi_taxon_id_set(self.data_path, self.TYPE_VIRUS)
else:
# create a test set of target taxa
Expand Down

0 comments on commit 40cad6f

Please sign in to comment.