Skip to content

Commit

Permalink
removing leftover junk
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Nov 17, 2023
1 parent fcf3e47 commit 3fd0a48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parsers/GenomeAlliance/src/loadGenomeAlliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def __init__(self, test_mode: bool = False, source_data_dir: str = None):
:param source_data_dir - the specific storage directory to save files in
"""
super().__init__(test_mode=test_mode, source_data_dir=source_data_dir)

self.latest_version = None
self.latest_version = self.get_latest_source_version()
self.genome_alliance_url = f'https://fms.alliancegenome.org/download/'
self.genome_alliance_ortholog_file = 'ORTHOLOGY-ALLIANCE_COMBINED.tsv.gz'
self.data_files = [self.genome_alliance_ortholog_file]
Expand Down

0 comments on commit 3fd0a48

Please sign in to comment.