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

More info about alias origin #2

Open
rsuchecki opened this issue Jun 26, 2018 · 0 comments
Open

More info about alias origin #2

rsuchecki opened this issue Jun 26, 2018 · 0 comments

Comments

@rsuchecki
Copy link

Following discussion on slack, additional, optional (?) information could be specified for the evidence underlying an alias, for example type and tool:

    {
        "namespace1": "myGenome:myAnnotation",
        "string1": "my1AGene1",
        "namespace2": "myGenome:myAnnotation",
        "string2": "my1BGene1",
        "evidence": {
            "type": "alignment", 
            "tool": "blat"
            "coverage": 0.9,
            "identity": 0.99
        }
    }

in addition to stating the origin of an alias this would facilitate having alternative sets of aliases selected by the user.

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