Merging latest changes into master#618
Merged
proccaserra merged 26 commits intomasterfrom Mar 23, 2026
Merged
Conversation
…e others, fixing json2jsonld.py code to resolve to schemas hosted on master branch, reviewing and fixing 4 key jupyter notebooks relying on BII-S-3 roundtrips and conversion
…ng associated tests, tweaks to json-ld context files
Fixed json2jsonld, commented on failing test.
…ng from alterations to isatools/model and isatools/database
sanitizing json2jsonld serialization and fixing failing tests resulti…
partial fix to isa conversion to ld
knirirr
approved these changes
Mar 20, 2026
added 5 commits
March 23, 2026 08:59
knirirr
reviewed
Mar 23, 2026
| :return: None | ||
| """ | ||
| if doi_str != "": | ||
| print("DOI string:", doi_str) |
Contributor
There was a problem hiding this comment.
Could this be removed? Apologies, can't make an actionable comment for some unknown reason.
knirirr
reviewed
Mar 23, 2026
| """ | ||
| if pubmed_id_str != "": | ||
| if (_RX_PMID.match(pubmed_id_str) is None) and (_RX_PMCID.match(pubmed_id_str) is None): | ||
| if (_RX_PMID.match(pubmed_id_str) is None): # and (_RX_PMCID.match(pubmed_id_str) is None) |
Contributor
There was a problem hiding this comment.
Another possible removal comment.
knirirr
reviewed
Mar 23, 2026
isatools/isatab/defaults.py
Outdated
| _RX_PMID = compile(r"[0-9]{8}") | ||
| _RX_PMCID = compile(r"PMC[0-9]{8}") | ||
| _RX_DOI = compile(r"^(https://doi.org/)?(10\.\d{4,9}/[-._;()/:a-z0-9A-Z]+)$") # | ||
| #_RX_DOI = compile(r"10\.\d{4,9}/[-._;()/:a-z0-9A-Z]+") # |
knirirr
reviewed
Mar 23, 2026
tests/isatab/test_isatab.py
Outdated
| with open(os.path.join(self._tab_data_dir, "issue587", "i_Investigation.txt")) as fp: | ||
| ISA = isatab.load(fp) | ||
| self.assertEqual(ISA.ontology_source_references[0].name, "1") | ||
| # self.assertEqual(ISA.ontology_source_references[0].comments[0].value, "onto_stuff") |
knirirr
reviewed
Mar 23, 2026
tests/model/test_assay.py
Outdated
| ) | ||
|
|
||
| print("ID:", assay.id) | ||
| # print("ID:", assay.id) |
proccaserra
commented
Mar 23, 2026
Member
Author
proccaserra
left a comment
There was a problem hiding this comment.
great, will speed things up and avoid failure
added 2 commits
March 23, 2026 15:20
git add isatools/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.