-
eg for ACT
```
❯ grep -h locID results/ACT/*.geojson | sort | uniq -c -d | sort -rn | head
457 "locID": "ChIJGWbSuYjKF2sR-Tf4TBmJdXM",
445 "locID": "LOC000110299596",
412 "locID"…
-
The following command makes too many assumptions about how QuickChick is being installed:
```
$(V)cp src/quickChickTool $(shell echo $(PATH) | tr ':' "\n" | grep opam | uniq)/quickChick
```
In…
-
Assume you have a shared catalog from org "other-org" and a local catalog in one org named "my-org"
Both catalogs have the same name.
In this example, lets name both catalogs "templates".
Ass…
-
would it be possible to have a "forget cookies" menu entry in the context menu (maybe of the tab) to remove the cookies for the shown page/domain? ...and all the other domains fetched by that page? i …
-
We created an API for SuppKG in https://github.com/biothings/pending.api/issues/55 and https://github.com/biothings/biothings_explorer/issues/706. We previously [noted](https://github.com/biothings/pe…
-
Hi @jhpoelen
I was playing with neo4j database created from GBIF/DwcA datasets and I'm trying to understand the schema.
From what I understand there are interactions between pairs of Taxon node…
-
There is inconsistency in the line endings, about 10% of files have windows file endings while the other 90% use unix file endings:
```
$ git ls-files --eol | awk '{ print $1, $2 }' | sort | uniq …
-
I have a model with
```
class AttachmentManager:
class Meta:
constraints = [
models.UniqueConstraint(
fields=['workflow'], condition=Q(is_primary=True)…
-
If I am opening a second terminal on to a machine I am usually in a hurry!
I have created this as 00-setup-hush and so now it's only the first terminal that calls sysinfo etc.
#!/bin/bash
echo "u…
-
Hello,
I'm attempting to run ```cellphonedb database generate``` using my own user curated interactions however I'm encountering the following error:
```Traceback (most recent call last):
Fil…