Commit 40262a23 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix relf1d tool

parent 1dce8e00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<tool id="neutrons_reflectometry_refl1d" tool_type="interactive" name="Refl1D" profile="22.05" version="0.1.0">
<tool id="neutrons_reflectometry_refl1d" tool_type="interactive" name="Refl1D" profile="22.05" version="0.1.1">
  <description></description>
    <requirements>
        <container type="docker" shell="/bin/bash">code.ornl.gov:4567/ndip/tool-sources/reflectometry/refl1d:0.2.9</container>
@@ -13,7 +13,7 @@
    </environment_variables>
    <command strict="false"><![CDATA[
        bash /prepare_nginx.sh &&
        touch /SNS/users/\$GALAXY_TOOL_USER &&
        ls /SNS/users/\$GALAXY_TOOL_USER > /dev/null &&
        mkdir -p /data/inputs &&
        mkdir -p /data/outputs &&
        ln -s /data/outputs ./outputs &&