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

tFlow2NTriple #14

Open
fbelleau opened this issue Aug 17, 2014 · 0 comments
Open

tFlow2NTriple #14

fbelleau opened this issue Aug 17, 2014 · 0 comments
Labels

Comments

@fbelleau
Copy link
Owner

row name is added in expression mode

        rowTmp_tFlow2NTriple_1.subject =  row4.row2.HGNC_ID.toLowerCase();
        rowTmp_tFlow2NTriple_1.predicate = "hgnc_vocabulary:" + "Primary_IDs";


            rowTmp_tFlow2NTriple_1.object = row4.Primary_IDs;
            rowTmp_tFlow2NTriple_1.type = "string";


        rows_tFlow2NTriple_1.add(rowTmp_tFlow2NTriple_1);

in
image

rowTmp_tFlow2NTriple_1.subject = row4.row2.HGNC_ID.toLowerCase();
should be
rowTmp_tFlow2NTriple_1.subject = row2.HGNC_ID.toLowerCase();

@fbelleau fbelleau added the bug label Aug 17, 2014
@vemonet vemonet removed their assignment May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants