Skip to content

Commit

Permalink
1g
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Oct 10, 2024
1 parent 456e19f commit c10be82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qp_meta/sortmerna/sortmerna.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PPN = 10
MEMORY = '40g'
WALLTIME = '30:00:00'
FINISH_MEMORY = '48g'
FINISH_MEMORY = '1g'
FINISH_WALLTIME = '10:00:00'
MAX_RUNNING = 8

Expand Down
4 changes: 2 additions & 2 deletions qp_meta/sortmerna/tests/test_sortmerna.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_generate_sortmerna_analysis_commands_forward_reverse(self):
'#SBATCH -N 1\n',
'#SBATCH -n 1\n',
'#SBATCH --time 10:00:00\n',
'#SBATCH --mem 48g\n',
'#SBATCH --mem 1g\n',
f'#SBATCH --output {out_dir}/finish-{job_id}.log\n',
f'#SBATCH --error {out_dir}/finish-{job_id}.err\n',
'set -e\n',
Expand Down Expand Up @@ -340,7 +340,7 @@ def test_generate_sortmerna_analysis_commands_forward(self):
'#SBATCH -N 1\n',
'#SBATCH -n 1\n',
'#SBATCH --time 10:00:00\n',
'#SBATCH --mem 48g\n',
'#SBATCH --mem 1g\n',
f'#SBATCH --output {out_dir}/finish-{job_id}.log\n',
f'#SBATCH --error {out_dir}/finish-{job_id}.err\n',
'set -e\n',
Expand Down

0 comments on commit c10be82

Please sign in to comment.