Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Oct 10, 2024
1 parent 0815b4a commit e1ad0fc
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 @@ -22,7 +22,7 @@
# resources per job
PPN = 10
MEMORY = '4g'
WALLTIME = '30:00:00'
WALLTIME = '2:00:00'
FINISH_MEMORY = '1g'
FINISH_WALLTIME = '10:00:00'
MAX_RUNNING = 12
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 @@ -145,7 +145,7 @@ def test_generate_sortmerna_analysis_commands_forward_reverse(self):
f'#SBATCH --job-name {job_id}\n',
'#SBATCH -N 1\n',
'#SBATCH -n 10\n',
'#SBATCH --time 30:00:00\n',
'#SBATCH --time 2:00:00\n',
'#SBATCH --mem 4g\n',
f'#SBATCH --output {out_dir}/{job_id}_%a.log\n',
f'#SBATCH --error {out_dir}/{job_id}_%a.err\n',
Expand Down Expand Up @@ -312,7 +312,7 @@ def test_generate_sortmerna_analysis_commands_forward(self):
f'#SBATCH --job-name {job_id}\n',
'#SBATCH -N 1\n',
'#SBATCH -n 10\n',
'#SBATCH --time 30:00:00\n',
'#SBATCH --time 2:00:00\n',
'#SBATCH --mem 4g\n',
f'#SBATCH --output {out_dir}/{job_id}_%a.log\n',
f'#SBATCH --error {out_dir}/{job_id}_%a.err\n',
Expand Down

0 comments on commit e1ad0fc

Please sign in to comment.