Skip to content

Commit

Permalink
Added TODO to loadPanther.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DnlRKorn authored Jul 26, 2024
1 parent 8d8b643 commit 827751d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsers/panther/src/loadPanther.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def get_data(self) -> int:
# do the real thing if we arent in debug mode
if not self.test_mode:
# get the complete data set
#TODO make these class level variables.
file_count: int = gd.pull_via_ftp('ftp.pantherdb.org', f'/sequence_classifications/{self.data_version}/PANTHER_Sequence_Classification_files/', [self.data_file], self.data_path)
else:
file_count: int = 1
Expand Down

0 comments on commit 827751d

Please sign in to comment.