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

Issue with /root/get-reference-genomes/utils/bed.py #18

Open
fredlecerf opened this issue May 25, 2021 · 0 comments
Open

Issue with /root/get-reference-genomes/utils/bed.py #18

fredlecerf opened this issue May 25, 2021 · 0 comments

Comments

@fredlecerf
Copy link

Hello,

I tried to recover and format the version 5 and 6 of the chicken genome. Each time, I get this error (here with GGA6):
Traceback (most recent call last):
File "/root/get-reference-genomes/tools/../utils/collapse-lines-that-share-a-name.py", line 12, in
merged_record.merge(record)
File "/root/get-reference-genomes/utils/bed.py", line 67, in merge
raise Exception('Expected match, but instead: %s != %s' % (self_core, other_core))
Exception: Expected match, but instead: ['chr31', 'CHIR-A2', '1000', '.'] != ['chrUn_NW_020110141v1', 'CHIR-A2', '1000', '.']

I have the same type of error with GGA5:
Traceback (most recent call last):
File "/root/get-reference-genomes/tools/../utils/collapse-lines-that-share-a-name.py", line 12, in
merged_record.merge(record)
File "/root/get-reference-genomes/utils/bed.py", line 67, in merge
raise Exception('Expected match, but instead: %s != %s' % (self_core, other_core))
Exception: Expected match, but instead: ['chr1', 'ALG11', '1000', '.'] != ['chr1_NT_456495v1_random', 'ALG11', '1000', '.']

The commands executed were : ./genome-to-local.sh galGal6 and ./genome-to-local.sh galGal5

Thx

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

No branches or pull requests

1 participant