Topaz jobs are failing

@rajesh Please can you

  1. post error messages as text (why?)
  2. try installing topaz into a dedicated conda environment
    conda create -n new_env_name python=3.6
    conda activate new_env_name
    conda install topaz -c tbepler -c pytorch
    
    (see GitHub - tbepler/topaz: Pipeline for particle picking in cryo-electron microscopy images using convolutional neural networks trained from positive and unlabeled examples. Also featuring micrograph and tomogram denoising with DNNs.)
  3. create and configure executable wrapper script
  4. retry the job pointing Path to Topaz executable to the wrapper script.
1 Like