Skip to content

Commit

Permalink
Fix setting conda_copy_dependencies in galaxy.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 4, 2016
1 parent 43a466e commit 9246b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/deps/__init__.py
Expand Up @@ -24,6 +24,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 9246b86

Please sign in to comment.