Simply fetching the asset eid will not provide the Primer sequence. In order to fetch the sequence, use the following endpoint:
/materials/{eid}/properties
And include the enrichSequence=true parameter, for example:
/materials/asset:65675aa301aaf576c8fdf713/properties?enrichSequence=true
You should now have the sequence value in the attributes:
"attributes": {
"id": "5edb8269005c8e0006f04891",
"name": "Sequence",
"value": "cagctggggggaggtggcgaggaagatgacgtggtcgaggtcgacggtatcgagttgtcgcggcagctgccaatacgactcactatagaggagaagtagcaagaaaaataacatgataattatcacgacaactacctggtgatgttgctagtaatattacttgttatttttctcgtcatcttcccggcgacgtcgccagcaacatctttagtgagggttaatcacctgctacttctcccgccacctccc"
Comments
0 comments
Article is closed for comments.