Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track from where modules and subworkflows are installed #1999

Merged
merged 16 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
  • Loading branch information
mirpedrol and mashehu authored Nov 8, 2022
commit a5073fa6b9fb5dcb17466e46d2aa2dd002cf7f24
2 changes: 1 addition & 1 deletion nf_core/modules/modules_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def check_up_to_date(self):
the commit log in the remote to try to determine the SHA.

Check that we have the "installed_by" value in 'modules.json', otherwise add it.
Assume that the modules/subworkflows were installed by and nf-core command (don't track installed by subworkflows).
Assume that the modules/subworkflows were installed by an nf-core command (don't track installed by subworkflows).
"""
try:
self.load()
Expand Down