Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

MAF tools do not find indexed hg19 46-way or 100-way. CVMFS path problem? #290

Open
jennaj opened this issue Mar 5, 2020 · 3 comments
Open

Comments

@jennaj
Copy link
Member

jennaj commented Mar 5, 2020

Found while retesting this fix: #130 (comment)

Test history: https://usegalaxy.org/u/jen/h/test-maf-tools---tool-group-fetch-alignmentssequences

dataset 51: Fatal Error: The MAF source specified (46_WAY_MULTIZ_hg19) appears to be invalid.
dataset 50: Fatal Error: The MAF source specified (100_WAY_MULTIZ_v2_hg19) appears to be invalid.

@natefoo @davebx - Paths in CVMFS changed. Maybe these were missed when others fixed?

@jennaj jennaj added the bug label Mar 5, 2020
@jennaj jennaj added this to To Consider: Inbox in Bugs being fixed Mar 5, 2020
@jennaj
Copy link
Member Author

jennaj commented Mar 23, 2020

Related issues: https://github.com/search?q=org%3Agalaxyproject+maf&type=Issues

Many involve MAF tools, not just data. Some might be resolved, needs an update.

@natefoo
Copy link
Member

natefoo commented Mar 23, 2020

My favorite construct: catch exceptions and silently ignore them.

Traceback (most recent call last):
  File "/home/ndc/maf_utilities.py", line 299, in maf_index_by_uid
    return bx.align.maf.MultiIndexed(maf_files, keep_open=True, parse_e_rows=False)
  File "/cvmfs/main.galaxyproject.org/venv/lib/python3.6/site-packages/bx/interval_index_file.py", line 175, in __init__
    for fname in filenames]
  File "/cvmfs/main.galaxyproject.org/venv/lib/python3.6/site-packages/bx/interval_index_file.py", line 175, in <listcomp>
    for fname in filenames]
  File "/cvmfs/main.galaxyproject.org/venv/lib/python3.6/site-packages/bx/interval_index_file.py", line 178, in new_indexed_access
    return self.indexed_access_class(data_filename, index_filename, keep_open, **kwargs)
  File "/cvmfs/main.galaxyproject.org/venv/lib/python3.6/site-packages/bx/interval_index_file.py", line 234, in __init__
    self.f = self.open_data()
  File "/cvmfs/main.galaxyproject.org/venv/lib/python3.6/site-packages/bx/align/maf.py", line 47, in open_data
    return TextIOWrapper(data, encoding="ascii")
AttributeError: 'SeekableLzopFile' object has no attribute 'readable'

I think SeekableLzopFile needs to implement io.IOBase?

@mvdbeek
Copy link
Member

mvdbeek commented Mar 23, 2020

Combined with lack of testing it's a thing of beauty!

@jennaj jennaj moved this from To Consider: Inbox to Done: Test in 20.09 in Bugs being fixed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Bugs being fixed
  
Done: Test in 20.09
Development

No branches or pull requests

3 participants