Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## LOGAN development version

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

## LOGAN 0.3.2

Expand Down
13 changes: 0 additions & 13 deletions assets/slurm_header_biowulf.sh

This file was deleted.

12 changes: 0 additions & 12 deletions assets/slurm_header_frce.sh

This file was deleted.

3 changes: 2 additions & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def cli():
def run(main_path, output, _mode, force_all, **kwargs):
"""
Run the workflow

Note: you must first run `logan init --output <output_dir>` to initialize
the output directory.
"""
Expand All @@ -142,6 +142,7 @@ def run(main_path, output, _mode, force_all, **kwargs):
force_all=force_all,
pipeline_name="LOGAN",
hpc_modules="nextflow/25",
hpc_walltime="4-00:00:00",
**kwargs,
)
finally:
Expand Down