annotate diff.xml @ 0:2c740c70e31c draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
author artbio
date Wed, 27 Sep 2017 11:06:46 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
1 <tool id="justdiff" name="Differences between two files" version="0.5.0">
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
2 <description></description>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
3 <stdio>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
4 <exit_code range="1:" level="fatal" description="Tool exception" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
5 </stdio>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
7 diff '${input1}' '${input2}' | cat > '$output'
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
8 ]]></command>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
9 <inputs>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
10 <param format="txt" name="input1" type="data" label="first file" help="first file" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
11 <param format="txt" name="input2" type="data" label="second file" help="second file" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
12 </inputs>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
13 <outputs>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
14 <data name="output" format="txt" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
15 </outputs>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
16 <tests>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
17 <test>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
18 <param name="input1" value="file1.txt" ftype="txt" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
19 <param name="input2" value="file2.txt" ftype="txt" />
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
20 <output name="output" file="diff.txt" ftype="txt"/>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
21 </test>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
22 </tests>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
23 <help>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
24
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
25 .. class:: infomark
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
26
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
27 **What it does**
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
28
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
29 Just returns the Unix-style **diff** between two files !
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
30 </help>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
31 </tool>
2c740c70e31c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/diff commit 85abfe596d2cfca07f937832509bce11003fc8fa
artbio
parents:
diff changeset
32