-
Seems to work differently in IE and FF vs Chrome
Ask Justyna if can't reproduce
-
Please double check if it is in CLO with another name.
Otherwise we should add it into CLO.
http://purl.obolibrary.org/obo/BTO_0004050
There are many cell lines existing in BTO but not CLO, we need a…
-
```
$ perl -Ilib bin/bel
Language::Bel 0.58 -- msys.
> (catch (throw 'hah))
hah
> (catch (bind break (fn () (throw 'break)) (break)))
break
```
These have the expected semantics, but I just …
masak updated
2 years ago
-
The name "The 55" is a name I've started using increasingly. These are the initial 55 definitions in `bel.bel`, before the evaluator:
* One global value (`vmark`)
* 15 macros
* 39 functions
On…
masak updated
2 years ago
-
Hi @cthoyt
When I try to run `bel-enrichment` from the command line with or without arguments, I get the following error. I presume this is because the latest version of pybel no longer has a `to_…
-
In many architectures there are things called "routing BELs" / "routing muxes" (RMUX) which are elements found inside a logic cell which route signals around them. These RMUXs are important as they …
-
@putmantime , I'm trying to acquaint myself with this repo in order to check out the linkml2sheets problems you mentioned on the [Monarch LinkML Slack channel](https://monarchinitiative.slack.com/arch…
-
None of the following touch events are firing at the moment, when set in bel:
`ontouchstart`
`ontouchmove`
`ontouchend`
`ontouchcancel`
Steps to reproduce (extending the minimal example):
…
-
This is the issue I hinted I would submit at https://github.com/luksamuk/believe/issues/6#issuecomment-545216093. I confess I've spent way too much time thinking about solutions to this challenge, bot…
masak updated
4 years ago
-
The bel_upgrade will replace namespace keywords, but not annotation keywords. This is inconsistent and doesn't provide user control.
By default bel_upgrade should replace keywords as defined by the `…