-
Notifications
You must be signed in to change notification settings - Fork 23
Minutes_Standards_2021 10
Christian Busse edited this page Oct 4, 2021
·
5 revisions
- Follow-up on Travis/Github Actions (#484, #541, #546)
- Follow-up on implementation of
CellProperties
, both for on-disk as well as in the schema (#409). - JSON/YAML support: Clean up docs (#547)
- Follow-up on "AIRR compliance" (Call 2021-09)
- Follow-up on terminology documents (Call 2021-08, #549).
- Pushed over from Call 2021-09 :
- Date: Mon, 2021-10-04 18:00 UTC
- Present: Brian, Felix, Jason, Kira, Christian, Francisco, Susanna, Scott
- Regrets: Chaim
- Travis/Github Actions: R-CMD is running both on Travis and Github Actions now. Both take around 4 min for a complete run, but Actions do use dependence (i.e., only test if something was changed). Also, Github Actions seems to have better integration into Github and would provide us with twice as many credits/minutes, at apparently equal execution speed. Jason will run one more performance comparison between the two and look at conditional testing for Travis.
-
CellProperty
implementation:- Every property will have one (locally) unique
feature_id
(which is rather a label than an ID). Additional PIDs for afeature_id
might be included as:- additional keys in the JSON
- normalized representation in a relational DB backend
- additional files for a matrix TSV, as defined by AnnData.
- We agreed that the TSV and the JSON may look structurally different, i.e., TSV being a matrix (one row per cell) while the JSON being an normalized hash-of-hashes.
- Normalization (division operation, not the data representation) is useful when data is queried in a repository, but people will usually want to download non-normlized data, to apply their own routines. This might ultimately require the storage of at least two levels of the same data (i.e., two matrices).
- To keep moving, we will only support a single
feature_id
for now, but keep a future extension of feature IDs/labels open. The API will deliver JSON-formated data, which will be identical to the on-disk JSON file. The TSV will be plain matrix with a column header and acell_id
index column. This will be potentially expanded with further AnnData files.
- Every property will have one (locally) unique
- JSON/YAML support: Brian will work on the docs, will continue next call.
- Terminology documents: Agreement that there should be only one document, but it may exist on both RTD and Zenodo. Will need to discuss the hierarchy of the two platforms next time.
-
*_count
fields: Pushed to next call, but will have priority then, as SFU team would like to come to a closure regarding clone counts (#543) and the various rearrangement counts (#161) are closely linked. Therefore please comment on these issues soon.
Copyright (c) 2017-2024 AIRR Community
This work is licensed under a Creative Commons Attribution 4.0 International License.
- Standards Call 2024-13
- Standards Call 2024-12
- Standards Call 2024-11
- Standards Call 2024-10
- Standards Call 2024-09
- Standards Call 2024-08
- Standards Call 2024-07
- Standards Call 2024-06
- Standards Call 2024-05
- Standards Call 2024-04
- Standards Call 2024-03
- Standards Call 2024-02
- Standards Call 2024-01
- Standards Call 2023-12
- Standards Call 2023-11
- Standards Call 2023-10
- Standards Call 2023-09
- Standards Call 2023-08
- Standards Call 2023-07
- Standards Call 2023-06
- Standards Call 2023-05
- Standards Call 2023-04
- Standards Call 2023-03
- Standards Call 2023-02
- Standards Call 2023-01
- Standards Call 2022-10
- Standards Call 2022-09
- Standards Call 2022-08
- Standards Call 2022-07
- Standards Call 2022-06
- Standards Call 2022-05
- Standards Call 2022-04
- Standards Call 2022-03
- Standards Call 2022-02
- Standards Call 2022-01
- Standards Call 2021-12
- Standards Call 2021-11
- Standards Call 2021-10
- Standards Call 2021-09
- Standards Call 2021-08
- Standards Call 2021-07
- Standards Call 2021-06
- Standards Call 2021-05
- Standards Call 2021-04
- Standards Call 2021-03
- Standards Call 2021-02
- Standards Call 2021-01
- Standards Call 2020-08
- Standards Call 2020-07
- Standards Call 2020-06
- Standards Call 2020-05
- Standards Call 2020-04
- Standards Call 2020-03
- Standards Call 2020-02
- Standards Call 2020-01
- MiniStd Call 2020-05
- MiniStd Call 2020-04
- MiniStd Call 2020-03
- MiniStd Call 2020-02
- MiniStd Call 2020-01
- MiniStd Call 2019-11
- MiniStd Call 2019-10
- MiniStd Call 2019-09
- MiniStd Call 2019-08
- MiniStd Call 2019-07
- MiniStd Call 2019-06
- MiniStd Call 2019-05
- MiniStd Call 2019-04
- MiniStd Call 2019-03
- MiniStd Call 2019-02
- MiniStd Call 2019-01
- MiniStd Call 2018-12
- MiniStd Call 2018-11
- MiniStd Call 2018-10
- MiniStd Call 2018-09
- MiniStd Call 2018-08
- MiniStd Call 2018-07
- MiniStd Call 2018-06
- MiniStd Call 2018-05
- MiniStd Call 2018-04
- MiniStd Call 2018-03
- MiniStd Call 2018-02
- MiniStd Call 2018-01