Skip to content

Commit

Permalink
rnaseq: Use more memory for run_job.sh
Browse files Browse the repository at this point in the history
Use newer AGAT container version
  • Loading branch information
pansapiens committed Dec 4, 2024
1 parent dd19c6c commit 1d07fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion laxy_backend/tasks/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def infer_chmod(filename, default=0o600, mappings=extension_chmod_mappings):
with cd(working_dir):
with shell_env(**environment):
cpus = 1
mem = "4G"
mem = "8G"
time = "7-00:00:00"
logger.info(f"queue_type = {job.compute_resource.queue_type}")
if job.compute_resource.queue_type == "slurm":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function normalize_annotations() {
# }
#}

export AGAT_CONTAINER="https://depot.galaxyproject.org/singularity/agat%3A1.0.0--pl5321hdfd78af_0"
export AGAT_CONTAINER="https://depot.galaxyproject.org/singularity/agat%3A1.4.1--pl5321hdfd78af_0"
if [[ ${USING_CUSTOM_REFERENCE} == "yes" &&
$(zgrep -Pc "\texon\t.*gene_id*" "${ANNOTATION_FILE}") == 0 ]]; then

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function normalize_annotations() {
# }
#}

export AGAT_CONTAINER="https://depot.galaxyproject.org/singularity/agat%3A1.0.0--pl5321hdfd78af_0"
export AGAT_CONTAINER="https://depot.galaxyproject.org/singularity/agat%3A1.4.1--pl5321hdfd78af_0"
if [[ ${USING_CUSTOM_REFERENCE} == "yes" &&
$(zgrep -Pc "\texon\t.*gene_id*" "${ANNOTATION_FILE}") == 0 ]]; then

Expand Down

0 comments on commit 1d07fd8

Please sign in to comment.