Shared by Alex Noble on Twitter here: https://twitter.com/alexjamesnoble/status/1273670231400034307
You can now download the Topaz picking model used in the manuscript here:
Please cite this manuscript if you use this model.
To import into cryoSPARC,
- Download the compressed folder that is linked in the original tweet above
- De-compress the folder
tar -xf topaz_COVID19_picking_model_P257_J75.tar.bz2
- Create a new directory inside your project folder named “imports” (if you don’t already have one)
mkdir -p /bulk/projects/P23/imports
- Copy the folder
topaz_COVID19_picking_model_P257_J75
into this directory:cp -r ./topaz_COVID19_picking_model_P257_J75 /bulk/projects/P23/imports
- In cryoSPARC, navigate to your workspace and create the “Import Result Group” job
- For the
Absolute path to .csg file
parameter, specify the path to the .csg file inside the topaz model folder:/bulk/projects/P23/imports/topaz_COVID19_picking_model_P257_J75/P257_J75_topaz_model/P257_J75_topaz_model_exported.csg
- Queue the job, and the Topaz model will be available to use as the output of this job
Happy processing!