Create ImgCIF metadata from raw data, or a DIALS .expt file.
- If you don't already have the
condacommand, download and install Miniforge. - Create the environment:
conda env create --file conda-env.yml- Activate the environment:
conda activate imgcif-creatorActivating the environment is temporary: if you open another terminal, you'll need to run this step again.
With the environment set up, run:
python -m imgCIF_creator.tui path/to/some/dataYou can run it on files or folders of data in CBF, HDF5, TIFF or SMV format.
Alternatively, if you already have a DIALS .expt experiment file, you can use
that as input.
With the environment set up, run:
streamlit run streamlit-downloading.pyThis will show a URL in the terminal to open in a browser. This accepts the same data formats as in the terminal, but here you start with the URLs to download them.