question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JS model doesn't support sequenced annotations

See original GitHub issue

The JS model uses Objects (maps) for annotations, preventing sequenced annotations from working.

For:

shared void f1() {}
shared void f2() {}

see(`function f1`)
see(`function f2`) 
shared void run() {}

you get only:

an:{see:["f2"]}

This applies to module annotations ($mod-anns) and package annotations ($pkg-anns) as well.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chochoscommented, Dec 20, 2016

I think we should fix it…

0reactions
chochoscommented, Dec 21, 2016

I don’t know how the typechecker actually uses that stuff, but it doesn’t give you the full name or type of an annotation, just the name and the args are strings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Annotation Error in Public Databases: Misannotation of ... - NCBI
This strategy is used by the SFLD, which annotates sequences at different levels of granularity based on supporting evidence for annotation to ...
Read more >
Gene Model Annotation Guidelines (2012) - FlyBase
RNA-Seq junctions that are of much lower frequency than alternative junctions may not be annotated (see 'Assessment of supporting data,' below).
Read more >
How to Implement a Custom, Sequence-Based ID Generator
A lot of applications use IDs that are based on a sequence but use an additional prefix. You can easily support these IDs...
Read more >
Mason: a JavaScript web site widget for visualizing and ...
Mason is a web site widget designed to visualize and compare annotated features of one or more nucleotide or protein sequence. Annotated ...
Read more >
Frequently Asked Questions: Gene tracks
In the context of genome annotation, a gene has at least a name and is defined by a ... The UCSC Genome Browser...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found