rafael buono

Results 26 comments of rafael buono

Correct, these are minor adjustments only. The original ones where for **directly** derived samples. This is not the case for the feature anymore. Also, they had `samples` with lowercase `s`....

- [x] Remove `out of` from the `X samples visible to you out of Y` result message to avoid disclosing Sample value information.

Would this include ontologies that are not being fetched from OLS? Or is fetching ontologies from other sources than OLS an independent feature?

These extra rules seem reasonable to me. A couple of new features seem needed to enforce them

The sharing permissions portion below relates to issue #1199 > Is it worth it to apply extra rules to avoid unexpected behaviours? Such as: > > * in the backend,...

It is not possible to delete Samples in the described situation. Also not possible to use the `Batch sharing permissions` button.

After some extra digging around, here is an update. The issue is probably related with me trying to run it on a Windows 10 machine and with how the path...

For what it is worth, the following is able to run the validation from [jsonschema](https://github.com/Julian/jsonschema) on my Windows system. The trick seems to be in the line: `resolver = jsonschema.RefResolver("file:///"...

Using this newer version of [isajson.py](https://github.com/ISA-tools/isa-api/blob/bbf616c3c177317f84b1cb023c34b526b13d3d8c/isatools/isajson.py) the validation has the same behavior as described in the [beginning of this issue](https://github.com/ISA-tools/isa-api/issues/427#issue-1033288936), even in Google Colab. So that got me by surprise....

The "older version of isajson.py" is ISA API 0.12.2 by installing it through `pip install isatools` in a Google Colab. For the "newer version of isajson.py" I just substitute the...