1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/26b9e7b3bdd0/ Changeset: 26b9e7b3bdd0 User: dan Date: 2015-02-11 22:31:49+00:00 Summary: Always add sample file info to metadata, not only during initial creation.. Affected #: 1 file diff -r d5a1e4de38e5571451db5e72804ccab9d633fa4e -r 26b9e7b3bdd01faccb65357bd4dc7f4edc01ba90 lib/tool_shed/metadata/metadata_generator.py --- a/lib/tool_shed/metadata/metadata_generator.py +++ b/lib/tool_shed/metadata/metadata_generator.py @@ -853,7 +853,7 @@ if tool_path and relative_install_dir: if relative_path_to_sample_file.startswith( os.path.join( tool_path, relative_install_dir ) ): relative_path_to_sample_file = relative_path_to_sample_file[ len( tool_path ) + 1 :] - sample_file_metadata_paths.append( relative_path_to_sample_file ) + sample_file_metadata_paths.append( relative_path_to_sample_file ) return sample_file_metadata_paths, sample_file_copy_paths def handle_repository_elem( self, repository_elem, only_if_compiling_contained_td=False ): 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.