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

Rightmeyer_2013 - error with final position in CHARSETS #38

Open
caitlinch opened this issue May 1, 2019 · 0 comments
Open

Rightmeyer_2013 - error with final position in CHARSETS #38

caitlinch opened this issue May 1, 2019 · 0 comments

Comments

@caitlinch
Copy link

A few of the CHARSETs have this pattern:

    CHARSET ef1a_exon1_1stpos = 1-583\3;
    CHARSET ef1a_exon1_2ndpos = 2-581\3;
    CHARSET ef1a_exon1_3rdpos = 3-582\3;

Should be:

    CHARSET ef1a_exon1_1stpos = 1-583\3;
    CHARSET ef1a_exon1_2ndpos = 2-583\3;
    CHARSET ef1a_exon1_3rdpos = 3-583\3;
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