https://github.com/digitalslidearchive/histoqc-dsa-plugin
https://github.com/digitalslidearchive/histoqc-dsa-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitalslidearchive/histoqc-dsa-plugin
- Owner: DigitalSlideArchive
- Created: 2022-09-02T22:32:10.000Z (almost 4 years ago)
- Default Branch: production
- Last Pushed: 2024-02-01T14:56:44.000Z (over 2 years ago)
- Last Synced: 2024-12-28T16:47:29.386Z (over 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# histoqc-dsa-plugin
## Slicer CLI Integration
### Importing into DSA
To run the histoqc in batch mode, go into the proper subdirectory and rebuild the image:
```bash
cd ~
git clone https://github.com/Theta-Tech-AI/histoqc-dsa-plugin
cd ~/histoqc-dsa-plugin/slicer_cli_plugin
docker image build -t histoqc:latest . && docker image ls | grep histoqc
```
Then, assuming that DSA is running, go to the Slicer CLI plugin config:

Type in the tag of the image you just build above and click **Import Image**:

You can repeat these steps any time you make an update to the `slicer_cli_plugin` code.
### Running HistoQC
Then, navigate to an pathology image and click **Open In HistomicsUI**:

Now, navigate to the HistoQC analysis and click Submit to begin running HistoQC:
