Skip to content

Commit

Permalink
Update api_utils.py
Browse files Browse the repository at this point in the history
increase memory for nextflow master job
  • Loading branch information
jdhayhurst authored Oct 8, 2021
1 parent 2e128b7 commit 5b6c7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumstats_service/resources/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def validate_files_from_payload(callback_id, content, minrows=None, forcevalid=F
ssh.write_data_to_file(config.NEXTFLOW_CONFIG, nextflow_config_path)
with open("validate_submission.nf", "r") as f:
ssh.write_data_to_file(f.read(), nf_script_path)
memory = 2400
memory = 5600
ssh.write_data_to_file(json.dumps(content), payload_path)
logger.info('content:\n{}'.format(content))
command = ssh_command_string(par_dir, log_dir, memory, nextflow_cmd)
Expand Down

0 comments on commit 5b6c7c2

Please sign in to comment.