Benoit Coste
Benoit Coste
Can you create a file: doc/vasculature.md and describe how to use the vasculature API ? Thanks
At least the ones at the start of a neurite
Hi, It seems the linux wheels are not manylinux compliant. I just had a problem similar to https://github.com/snap-stanford/snap/issues/189 and it is caused by the wheels being built with a too...
Hi ! I have discovered the existence of https://github.com/robodair/pydocstring. Instead of re-invented the wheel, I think it could be worth replacing the current `sphinx-doc` backend by the `pydocstring` one. What...
Tackle #5
In https://github.com/INCF/neuroshapes/blob/c35a5deccf533607b09a49d0d4e8d188c59bd0da/modules/simulation/src/main/resources/schemas/neurosciencegraph/simulation/bluepyefefeatures/v0.1.3.json#L36 the hadProtocol property targets "nsg:Entity". Shouldn't it target "nsg:Protocol" ?
Hi, Due to the async nature of Nexus, I have mistakenly created multiple instance of a Person representing the actual same person. It is due to a bad design on...
Hi, `IonChannelMechanism` has a property `subCellularModel` that targets a `SubCellularModel` and the later has a property `isPartOf` that target one of `IonChannelMechanism` or `SynapseRelease`. In fact the property `isPartOf` is...