Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: ArtifactDB/BiocObjectSchemas

2023-11-09

09 Nov 17:03
Compare
Choose a tag to compare
Tidied up the factor description and attributes.

2023-10-17

17 Oct 20:11
Compare
Choose a tag to compare
Added Python restoration commands for some of the HDF5 formats.

2023-10-05

05 Oct 17:23
Compare
Choose a tag to compare
Defer handling of missingness to (future) v1 of the chihaya spec.

2023-10-03

04 Oct 05:43
Compare
Choose a tag to compare
Shifted version numbers into the scoped properties.

This allows us to have multiple versions corresponding to base/subclasses,
especially if they evolve at different rates.

2023-09-28

28 Sep 23:24
Compare
Choose a tag to compare
Avoid redundant runs of the Action on a PR.

2023-05-07

07 May 07:02
Compare
Choose a tag to compare
Commented on the need for explicit format specifications.

In the GFF case, it's mostly to avoid guesswork about a missing comment
line. In the BED case, it's a bit more necessary to distinguish between
the different BED variants.

2023-05-03

03 May 16:21
Compare
Choose a tag to compare
  • Support typical bioinformatics file formats like BAM, BED, etc.
  • Removed confusing alternative sparse matrix formats.

2023-04-14

14 Apr 21:01
Compare
Choose a tag to compare
Added date-time as a supported dataframe column type.

2023-02-20

21 Feb 05:56
Compare
Choose a tag to compare
Mandate unique and non-empty names in various fields.

This just makes life easier for downstream consumers, which can now reliably
index on the name without worrying about ambiguity. We also guarantee
non-overlap between the main and alternative experiment names.

2022-10-18

18 Oct 19:08
Compare
Choose a tag to compare
Restored the schema for JSON-based simple lists.