Skip to content

Commit

Permalink
making adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mygene_hub committed Oct 6, 2022
1 parent d5ca036 commit 2f1860d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/ncbi_gene/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .dump import NcbiGeneDumper
from .upload import NCBIGeneSummaryUploader
from .upload import NcbiGeneSummaryUploader
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/ncbi_gene/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NcbiGeneDumper(FTPDumper):
FTP_HOST = 'ftp.ncbi.nih.gov'
CWD_DIR = '/gene/DATA/ASN_BINARY/Mammalia'

SCHEDULE = "0 22 * * 6"
#SCHEDULE = "0 22 * * 6"

def get_newest_info(self):
res = self.client.sendcmd("MDTM All_Mammalia.ags.gz")
Expand Down
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/ncbi_gene/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import biothings.hub.dataload.uploader as uploader


class NCBIGeneSummaryUploader(uploader.MergerSourceUploader):
class NcbiGeneSummaryUploader(uploader.MergerSourceUploader):

name = "ncbi_gene"

Expand Down

0 comments on commit 2f1860d

Please sign in to comment.