run_PREPROCESS_ID1000.submit 983 B

123456789101112131415161718192021222324
  1. # The environment
  2. universe = vanilla
  3. getenv = True
  4. # Resources
  5. request_cpus = 1
  6. request_memory = 8G
  7. request_disk = 1G
  8. # Executable
  9. initial_dir = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000
  10. executable = $(initial_dir)/run_conda.sh
  11. transfer_executable = False
  12. arguments = junifer_release junifer run /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/config.yaml --verbose info --element $(element)
  13. # Logs
  14. log = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_run_$(log_element).log
  15. output = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_run_$(log_element).out
  16. error = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_run_$(log_element).err
  17. queue