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

server occasionally returns edges that aren't valid ints #29

Closed
Phelimb opened this issue Jan 18, 2016 · 1 comment
Closed

server occasionally returns edges that aren't valid ints #29

Phelimb opened this issue Jan 18, 2016 · 1 comment

Comments

@Phelimb
Copy link

Phelimb commented Jan 18, 2016

e.g.

ATGCGTTATATTCGCCTGTGT
{
"key": "ACACAGGCGAATATAACGCAT", "colours": [1],
"left": "AT", "right": "A",
"edges": "a3",
"links": []
}

I'm not sure if this is intended behaviour though?

@noporpoise
Copy link
Member

Edge coding is explained here in the wiki:

https://github.com/mcveanlab/mccortex/wiki/McCortex-HTTP-Webserver#hexadecimal-edge-coding

It's a compact way to specify each samples' edges using only two characters per colour.

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

2 participants