Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

get_synonyms.py fails to infer the right URL #220

Open
priesgo opened this issue Jul 5, 2024 · 1 comment
Open

get_synonyms.py fails to infer the right URL #220

priesgo opened this issue Jul 5, 2024 · 1 comment

Comments

@priesgo
Copy link

priesgo commented Jul 5, 2024

Dear fusion catchers,

While building the indexes for fusion catcher we stumbled upon an issue that may be derived from a change in the FTP structure that break some assumptions.

When the organism is homo_sapiens there are two subfolders homo_sapiens_core_112_37 and homo_sapiens_core_112_38 under ftp.ensembl.org/pub/current_mysql/

In this line https://github.com/ndaniel/fusioncatcher/blob/master/bin/get_synonyms.py#L139 if organism_dir and len(organism_dir) == 1: it is assumed that there is only one folder and hence it fails to download the required resources.

Possible solution:

  • Just grab the last one?
  • Specify the genome version explicitly?

Thanks!

@lynnhlee
Copy link

Bumping this to the top - encountered the same error trying to build reference files for 1.33...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants