Mercurial > repos > artbio > justdiff
annotate diff.xml @ 1:294d9452c0d4 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
author | artbio |
---|---|
date | Mon, 11 Dec 2023 00:01:55 +0000 |
parents | 9299a59defda |
children |
rev | line source |
---|---|
1
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
1 <tool id="justdiff" name="Differences between two files" version="3.10+galaxy0"> |
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> |
1
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
3 <requirements> |
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
4 <requirement type="package" version="3.10">diffutils</requirement> |
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
5 </requirements> |
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
6 |
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
7 |
0
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
8 <stdio> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
9 <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
|
10 </stdio> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
1
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
12 diff --side-by-side --suppress-common-lines '${input1}' '${input2}' | cat > '$output' |
0
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
13 ]]></command> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
14 <inputs> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
15 <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
|
16 <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
|
17 </inputs> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
18 <outputs> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
19 <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
|
20 </outputs> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
21 <tests> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
22 <test> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
23 <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
|
24 <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
|
25 <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
|
26 </test> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
27 </tests> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
28 <help> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
29 |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
30 .. class:: infomark |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
31 |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
32 **What it does** |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
33 |
1
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
34 Just returns the Unix-style **diff** between two files, |
294d9452c0d4
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/justdiff commit 97f29bbbd0f37d148e653bfcabe3efce1718c37e
artbio
parents:
0
diff
changeset
|
35 using options --side-by-side and --suppress-common-lines, to make easier difference search. |
0
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
36 </help> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
37 </tool> |
9299a59defda
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justdiff commit 1ef8ddce2dd398b8328eb864295a3cfbe95087b3
artbio
parents:
diff
changeset
|
38 |