Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Repository
HE GUI
Basic Info
- Host: GitHub
- Owner: WEHI-labatlab
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 3.3 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
- Releases: 0
Metadata Files
README.md
MIBI scanning GUI
Aim
The aim of this project is to assist MIBI operators with field of view (FoV) selection based on reference images.
Software Requirements
You can run HE_GUI from the command line using Python 3.8 plus all required libraries (see environment.yml).
However, it's more convenient to use Miniconda - a small bootstrap version of Anaconda - instead.
If you have not installed Miniconda for Python 3.8 yet, you can find it here:
https://docs.conda.io/en/latest/miniconda.html?highlight=3.8#windows-installers
Installation with Miniconda
Copy this repository onto your local device (extract the ZIP archive if necessary) and navigate to the HE_GUI folder using the Anaconda command prompt.
Run Miniconda from the Start Menu and create a new environment for heGUI:
conda env create -n heGUI -f environment.yml
Now run heGUI using the newly created Anaconda environment:
```
Windows
conda run -n heGUI python .\heGUI\main.pyw
MacOS, Linux
chmod a+x ./heGUI/main.pyw conda run -n "heGUI" ./heGUI/main.pyw ```
Owner
- Name: Labat Lab WEHI
- Login: WEHI-labatlab
- Kind: organization
- Location: Australia
- Repositories: 1
- Profile: https://github.com/WEHI-labatlab
Personalised Oncology Division
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Yokote" given-names: "Kenta" orcid: "https://orcid.org/0000-0002-0817-7076" - family-names: "Nina" given-names: "Tubau" orcid: "" - family-names: "Rickert" given-names: "Christian" ordic: "" title: "HandE" version: 1.0.0 doi: date-released: url: "https://github.com/WEHI-labatlab/HE_GUI"
GitHub Events
Total
Last Year
Dependencies
- pip
- pyqt 5.15.7.*
- python 3.8.*
- tk 8.6.11.*