Skip to content

Commit

Permalink
feat(retropath2_wrapper): download from Zenodo v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Jan 24, 2023
1 parent 71e7f3d commit e80405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retropath2_wrapper/Args.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEFAULT_MSC_TIMEOUT = 10 # minutes
DEFAULT_KNIME_VERSION = "4.6.4"
DEFAULT_RP2_VERSION = 'r20220104'
KNIME_ZENODO = {"4.6.4": "7515771"} # Map to Zenodo ID
KNIME_ZENODO = {"4.6.4": "7515771", "4.7.0": "7564938"} # Map to Zenodo ID
DEFAULT_ZENODO_VERSION = "NA"
RETCODES = {
'OK': 0,
Expand Down

0 comments on commit e80405f

Please sign in to comment.