Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 28, 2023
1 parent f33f172 commit b75b868
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gene/etl/ncbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def __init__(
"""
super().__init__(database, seqrepo_dir, data_path, silent)
self._genome_data_handler = NcbiGenomeData(data_path, silent)
self._assembly = None
self._gene_url = None
self._history_url = None
self._assembly_url = None

def _extract_data(self, use_existing: bool) -> None:
"""Acquire NCBI data file and get metadata.
Expand Down

0 comments on commit b75b868

Please sign in to comment.