commit/galaxy-central: dannon: Add package requirements tag to bam_to_bigwig converter to support galaxy dependency management installations (cloud)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/afe5cf0ab4c0/ Changeset: afe5cf0ab4c0 User: dannon Date: 2013-06-21 17:07:47 Summary: Add package requirements tag to bam_to_bigwig converter to support galaxy dependency management installations (cloud) Affected #: 1 file diff -r 41fc6d8c37db638d8379536639fae02e6e004e1d -r afe5cf0ab4c084ec427ffaa3824bfbef973ce9db lib/galaxy/datatypes/converters/bam_to_bigwig_converter.xml --- a/lib/galaxy/datatypes/converters/bam_to_bigwig_converter.xml +++ b/lib/galaxy/datatypes/converters/bam_to_bigwig_converter.xml @@ -1,5 +1,9 @@ <tool id="CONVERTER_bam_to_bigwig_0" name="Convert BAM to BigWig" version="1.0.0" hidden="true"><!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> --> + <requirements> + <requirement type="package">ucsc_tools</requirement> + <requirement type="package">bedtools</requirement> + </requirements><command> bedtools genomecov -bg -split -ibam $input -g $chromInfo 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