Sherman Lo
Sherman Lo
Linux users may have problems using the MATLAB functions `ggremesh` and `runTetGen`. One of which is discussed in issue #81. The functions `ggremesh` and `runTetGen` will call externally `lib_ext/lin64/bin/vorpalite` and...
Implement saving and loading of externalID (aka Identifier) Based on the commit aehrc:open-pedigree@ea3db71 Fixes #67
The identifier field isn't saved or loaded using the GA4GH FHIR file format In the file `GA4GHFHIRConverter.js`, the property `externalID` is responsible for this but it isn't saved or loaded
A helpful tool would be to automatically order the siblings from oldest to the youngest, left to right, using their date of birth
The buttons for panning, centring and zooming are not listening to a mouse click event, and thus do not respond when clicking on it. In `src/script/view/workspace.js`, I've tried changing ```javascript...
From [Manchester-Centre-for-Genomic-Medicine:open-pedigree](https://github.com/Manchester-Centre-for-Genomic-Medicine/open-pedigree) by @nabramovs and @AlgyTaylor Potentially addresses #3
Addresses #30 Add `processes` parameter to function `periodic_search()`
Thanks for the code We found that the function `periodic_search()` uses all cores by default. Is it possible we can specify how many cores we want to use?