Skip to content

Commit

Permalink
fix(retropath2_wrapper): workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Jan 23, 2023
1 parent 917e67b commit 5a8eac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retropath2_wrapper/RetroPath2.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def retropath2(

# Create Knime object
if knime is None:
knime = Knime(kexec=kexec, kinstall=kinstall, is_kpkg_install=kpkg_install, kver=kver, workflow=workflow, kzenodo_ver=kzenodo_ver)
knime = Knime(kexec=kexec, kinstall=kinstall, is_kpkg_install=kpkg_install, kver=kver, kzenodo_ver=kzenodo_ver)
if rp2_version is not None:
knime.workflow = os_path.join(
here, 'workflows', f'RetroPath2.0_{rp2_version}.knwf'
Expand Down

0 comments on commit 5a8eac8

Please sign in to comment.