123456789101112131415161718192021222324 |
- # The environment
- universe = vanilla
- getenv = True
- # Resources
- request_cpus = 1
- request_memory = 8G
- request_disk = 1G
- # Executable
- initial_dir = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000
- executable = $(initial_dir)/run_conda.sh
- transfer_executable = False
- arguments = junifer_release junifer collect /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/config.yaml --verbose info
- # Logs
- log = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_collect.log
- output = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_collect.out
- error = /data/project/identification_prediction/data/aomic-fc_junifer-release/code/junifer_jobs/PREPROCESS_ID1000/logs/junifer_collect.err
- queue
|