alliance-genome / agr_archive_initial_prototype

Source code for the Alliance of Genome Resources web portal
http://prod.alliancegenome.org/
MIT License
6 stars 11 forks source link

update RGD file name #359

Closed cmpich closed 7 years ago

cmpich commented 7 years ago

Pointing to the latest RGD file on S3 bucket.

christabone commented 7 years ago

Looks like the same error as the previous PR. Perhaps there is a problem with their file?

Extracting files from (tmp/RGD_0.6_4.tar.gz) ...
Traceback (most recent call last):
  File "fetch_test_index.py", line 7, in <module>
    al.load_from_mods(test_set = True)
  File "/home/travis/build/alliance-genome/agr/indexer/src/loaders/aggregate_loader.py", line 56, in load_from_mods
    for gene_list_of_entries in genes:
  File "/home/travis/build/alliance-genome/agr/indexer/src/mods/human.py", line 27, in load_genes
    TARFile(path, "RGD_0.6_4.tar.gz").extract_all()
  File "/home/travis/build/alliance-genome/agr/indexer/src/files/tar_file.py", line 13, in extract_all
    tfile = tarfile.open(self.path + "/" + self.tarfilename, 'r')
  File "/opt/python/2.7.12/lib/python2.7/tarfile.py", line 1678, in open
    raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully
make: *** [test_index] Error 1
make: Leaving directory `/home/travis/build/alliance-genome/agr/indexer'