Skip to content

Instantly share code, notes, and snippets.

@thorstenwagner
Created August 8, 2023 12:42
Show Gist options
  • Save thorstenwagner/2390bd92d77736977cc8c5b6a0077ce0 to your computer and use it in GitHub Desktop.
Save thorstenwagner/2390bd92d77736977cc8c5b6a0077ce0 to your computer and use it in GitHub Desktop.
cryolo submission file
# execute python script
executable = /opt/conda/bin/cryolo_predict.py
arguments = "-c /home/twagner/htcondor/condor_submit_test/test_exe/cryolo/config_phosnet.json -w /home/twagner/htcondor/condor_submit_test/test_exe/cryolo/gmodel.h5 -i /home/twagner/htcondor/condor_submit_test/test_exe/cryolo/micrographs -o out"
+SingularityImage = "/home/twagner/htcondor/condor_submit_test/test_exe/cryolo/cryolo.sif"
output = outfile_cryolo.txt
error = error_cryolo.txt
log = log_cryolo.txt
transfer_executable = False
should_transfer_files = IF_NEEDED
transfer_output_files = out
Requirements = HasSingularity
RunAsOwner = True
RequestGPUs=1
RequireGPUs=True
queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment