Mercurial > repos > artbio > justdiff
annotate diff.xml @ 0:966452aeedf9 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
| author | artbio |
|---|---|
| date | Wed, 27 Sep 2017 11:23:49 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
966452aeedf9
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"> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
2 <description></description> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
3 <stdio> |
|
966452aeedf9
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" /> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
5 </stdio> |
|
966452aeedf9
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[ |
|
966452aeedf9
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' |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
8 ]]></command> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
9 <inputs> |
|
966452aeedf9
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" /> |
|
966452aeedf9
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" /> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
12 </inputs> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
13 <outputs> |
|
966452aeedf9
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" /> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
15 </outputs> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
16 <tests> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
17 <test> |
|
966452aeedf9
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" /> |
|
966452aeedf9
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" /> |
|
966452aeedf9
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"/> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
21 </test> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
22 </tests> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
23 <help> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
24 |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
25 .. class:: infomark |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
26 |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
27 **What it does** |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
28 |
|
966452aeedf9
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 ! |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
30 </help> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
31 </tool> |
|
966452aeedf9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
32 |
