Skip to content

Commit 01b70f5

Browse files
fix: set slurm walltime to 4 days (#108)
* chore: remove unused slurm script headers * fix: set slurm walltime to 4 days (96 hours) * chore: update CHANGELOG.md
1 parent 6e506b4 commit 01b70f5

4 files changed

Lines changed: 5 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## LOGAN development version
22

3-
- Removed old bindpaths and fixed ` /gs10 doesn't exist` error (#107, @samarth8392)
4-
- Increased pipeline walltime for slurm submission to 100 hours (#107, @samarth8392)
5-
- Minor documentation updates for setup and running LOGAN (#107, @samarth8392)
3+
- Removed old bindpaths and fixed ` /gs10 doesn't exist` error. (#107, @samarth8392)
4+
- Increased pipeline walltime for slurm submission to 4 days (96 hours). (#107, #108, @samarth8392)
5+
- Minor documentation updates for setup and running LOGAN. (#107, @samarth8392)
66

77
## LOGAN 0.3.2
88

assets/slurm_header_biowulf.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

assets/slurm_header_frce.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def cli():
115115
def run(main_path, output, _mode, force_all, **kwargs):
116116
"""
117117
Run the workflow
118-
118+
119119
Note: you must first run `logan init --output <output_dir>` to initialize
120120
the output directory.
121121
"""
@@ -142,6 +142,7 @@ def run(main_path, output, _mode, force_all, **kwargs):
142142
force_all=force_all,
143143
pipeline_name="LOGAN",
144144
hpc_modules="nextflow/25",
145+
hpc_walltime="4-00:00:00",
145146
**kwargs,
146147
)
147148
finally:

0 commit comments

Comments
 (0)