annotate diff.xml @ 0:9299a59defda draft

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