comparison tool_dependencies.xml @ 4:b1ba8f3bcdf1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_progressivemauve_2_4_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
author iuc
date Fri, 09 Oct 2015 05:20:20 -0400
parents 2a5b50fd549f
children
comparison
equal deleted inserted replaced
3:2a5b50fd549f 4:b1ba8f3bcdf1
14 <destination>$INSTALL_DIR/bin</destination> 14 <destination>$INSTALL_DIR/bin</destination>
15 </action> 15 </action>
16 </actions> 16 </actions>
17 17
18 <actions os="darwin" architecture="x86_64"> 18 <actions os="darwin" architecture="x86_64">
19 <action type="download_by_url">http://darlinglab.org/mauve/downloads/Mauve-2.4.0.dmg </action> 19 <action type="download_by_url">http://darlinglab.org/mauve/downloads/Mauve-2.4.0.dmg</action>
20 <action type="shell_command"> 20 <action type="shell_command">
21 hdiutil attach Mauve-2.4.0.dmg &amp;&amp; 21 hdiutil attach Mauve-2.4.0.dmg &amp;&amp;
22 mkdir -p $INSTALL_DIR/bin &amp;&amp; 22 mkdir -p $INSTALL_DIR/bin &amp;&amp;
23 cp /Volumes/Mauve-2.4.0/Mauve.app/Contents/MacOS/progressiveMauve $INSTALL_DIR/bin &amp;&amp; 23 cp /Volumes/Mauve-2.4.0/Mauve.app/Contents/MacOS/progressiveMauve $INSTALL_DIR/bin &amp;&amp;
24 cp /Volumes/Mauve-2.4.0/Mauve.app/Contents/MacOS/mauveAligner $INSTALL_DIR/bin &amp;&amp; 24 cp /Volumes/Mauve-2.4.0/Mauve.app/Contents/MacOS/mauveAligner $INSTALL_DIR/bin &amp;&amp;