Skip to content

Commit 7c69bf6

Browse files
committed
Update download to target official github repository.
1 parent 50ece99 commit 7c69bf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

planemo/galaxy_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def config_join(*args):
105105
latest_galaxy = False
106106
if _install_galaxy_if_needed(config_directory, kwds):
107107
latest_galaxy = True
108-
galaxy_root = config_join("galaxy-central-master")
108+
galaxy_root = config_join("galaxy-dev")
109109

110110
_handle_dependency_resolution(config_directory, kwds)
111111
_handle_job_metrics(config_directory, kwds)
@@ -322,7 +322,7 @@ def _install_galaxy_via_download(config_directory, kwds):
322322
"cd %s" % config_directory,
323323
galaxy_run.DOWNLOAD_GALAXY,
324324
"tar -zxvf master | tail",
325-
"cd galaxy-central-master",
325+
"cd galaxy-dev",
326326
"type virtualenv >/dev/null 2>&1 && virtualenv .venv",
327327
galaxy_run.ACTIVATE_COMMAND,
328328
]

planemo/galaxy_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# TODO: Mac-y curl variant of this.
1010
DOWNLOAD_GALAXY = (
11-
"wget https://codeload.github.com/jmchilton/galaxy-central/tar.gz/master"
11+
"wget https://codeload.github.com/galaxyproject/galaxy/tar.gz/dev"
1212
)
1313

1414

0 commit comments

Comments
 (0)