Skip to content

Merging latest changes into master#618

Merged
proccaserra merged 26 commits intomasterfrom
develop
Mar 23, 2026
Merged

Merging latest changes into master#618
proccaserra merged 26 commits intomasterfrom
develop

Conversation

@proccaserra
Copy link
Copy Markdown
Member

No description provided.

oerc0042 and others added 16 commits February 25, 2026 13:02
…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
@coveralls
Copy link
Copy Markdown

coveralls commented Mar 20, 2026

Coverage Status

coverage: 82.525% (-0.001%) from 82.526%
when pulling 1de0b83 on develop
into e224f91 on master.

oerc0042 added 5 commits March 23, 2026 08:59
…n on the short form, fixes issue #513 ensuring Labeled Extract have Label declared, associated fixes to test suite
…n on the short form, fixes issue #513 ensuring Labeled Extract have Label declared, associated fixes to test suite
@knirirr knirirr self-requested a review March 23, 2026 13:33
:return: None
"""
if doi_str != "":
print("DOI string:", doi_str)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be removed? Apologies, can't make an actionable comment for some unknown reason.

"""
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)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another possible removal comment.

_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]+") #
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same again (remove?).

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")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yet another...

)

print("ID:", assay.id)
# print("ID:", assay.id)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...and here.

Copy link
Copy Markdown
Member Author

@proccaserra proccaserra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, will speed things up and avoid failure

@proccaserra proccaserra merged commit ee5ba74 into master Mar 23, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants