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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## LOGAN development version

- Uses Nextflow v25 for logan run; fixes the bug in stub run in nf v24.10 (see: https://github.com/nextflow-io/nextflow/issues/5456) (#99, @samarth8392)
-
## LOGAN 0.3.1

- Improve help message for `logan run`. (#97, @kelly-sovacool)
Expand Down
1 change: 1 addition & 0 deletions src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def run(main_path, output, _mode, force_all, **kwargs):
mode=_mode,
force_all=force_all,
pipeline_name="LOGAN",
hpc_modules="nextflow/25",
**kwargs,
)
finally:
Expand Down