Skip to content

Commit

Permalink
Fix setting conda_copy_dependencies in galaxy.ini.
Browse files Browse the repository at this point in the history
(cherry picked from commit 9246b86)
  • Loading branch information
jmchilton authored and natefoo committed Oct 5, 2016
1 parent d9fab33 commit 1e8337d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/deps/__init__.py
Expand Up @@ -23,6 +23,7 @@
'conda_ensure_channels': 'r,bioconda,iuc',
'conda_auto_install': False,
'conda_auto_init': False,
'conda_copy_dependencies': False,
}

CONFIG_VAL_NOT_FOUND = object()
Expand Down

0 comments on commit 1e8337d

Please sign in to comment.