This repository aims to source medical images for BHKLAB radiomics test data.
See this issue on Med-ImageTools for the discussion.
Ideally, the results of this pipeline should be version controlled and set up as release artifacts on GitHub.
pixi install
This project is just a snakemake pipeline that does the following:
- Check the "nbia.yaml" for the list of collectiond
- Create a job for each collection that then checks the
nbia.yaml
for the list of patients- For each patient, get ALL the series
- Download all the series into a 'rawdata' directory
- tar.gz each collection in the 'rawdata' directory into the
procdata
directory
pixi run snake
Upon a new tag being generated on github, the pipeline will be run and the results will be packaged into a release artifact. See Releases for all the releases.