Commit 3927990b authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

Merge branch '116-change-tool-names' into 'dev'

rename tools

Closes #116

See merge request ndip/galaxy-tools!196
parents 8ebbaea4 a6e09925
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<tool id="neutrons_ingress" name="Automatic Data Registration"  profile="22.05" version="0.2.0">
<tool id="neutrons_ingress" name="Live Neutron Data Monitor"  profile="22.05" version="0.2.0">
    <requirements>
        <container shell="/bin/bash" type="docker">code.ornl.gov:4567/ndip/tool-sources/generic/ingress:0.4.0</container>
    </requirements>
+2 −2
Original line number Diff line number Diff line
<tool id="neutrons_import_oncat" name="Register Neutron Data" version="0.3.0" profile="22.05">
<tool id="neutrons_import_oncat" name="Load Neutron Data" version="0.3.0" profile="22.05">
    <requirements>
        <container type="docker">code.ornl.gov:4567/ndip/tool-sources/generic/oncat:0.1</container>
    </requirements>
@@ -86,6 +86,6 @@
        </data>
    </outputs>
    <help><![CDATA[
        Register file or folder on SNS/HFIR storage in Galaxy
        Load file or folder on SNS/HFIR storage to Galaxy
    ]]></help>
</tool>