We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
rowTmp_tFlow2NTriple_1.subject = row4.row2.HGNC_ID.toLowerCase(); should be rowTmp_tFlow2NTriple_1.subject = row2.HGNC_ID.toLowerCase();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
row name is added in expression mode
in
rowTmp_tFlow2NTriple_1.subject = row4.row2.HGNC_ID.toLowerCase();
should be
rowTmp_tFlow2NTriple_1.subject = row2.HGNC_ID.toLowerCase();
The text was updated successfully, but these errors were encountered: