commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bcd8ece8aebe/ Changeset: bcd8ece8aebe Branch: r_environment_enhancement User: BjoernGruening Date: 2013-10-31 10:45:09 Summary: allow more actions after setup_r_environment Affected #: 1 file diff -r d57971b60b8d907c33bf4dfc1bba2432baaf96e9 -r bcd8ece8aebe27ed06468d7cf3eb6dfa9dda6293 lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -347,6 +347,7 @@ # <!-- allow installing an R packages --> # <package>https://github.com/bgruening/download_store/raw/master/DESeq2-1_0_18/BiocGenerics_0.6.0.tar.gz</package> # </action> + filtered_actions = actions[ 1: ] if action_dict.get( 'env_shell_file_paths', False ): install_environment.add_env_shell_file_paths( action_dict[ 'env_shell_file_paths' ] ) https://bitbucket.org/galaxy/galaxy-central/commits/815129b821b6/ Changeset: 815129b821b6 User: jmchilton Date: 2013-11-05 06:47:04 Summary: Merged in BjoernGruening/galaxy-central-bgruening/r_environment_enhancement (pull request #249) allow more actions after setup_r_environment Affected #: 1 file diff -r c458a0fe1ba816098fed03370f425f346bb1df68 -r 815129b821b624f3ef4c61e13546d0d3e17e7f93 lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -347,6 +347,7 @@ # <!-- allow installing an R packages --> # <package>https://github.com/bgruening/download_store/raw/master/DESeq2-1_0_18/BiocGenerics_0.6.0.tar.gz</package> # </action> + filtered_actions = actions[ 1: ] if action_dict.get( 'env_shell_file_paths', False ): install_environment.add_env_shell_file_paths( action_dict[ 'env_shell_file_paths' ] ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org