# HG changeset patch # User bgruening # Date 1585686988 14400 # Node ID 8a18547725cf8547b9432f5bdb3706738dfa87b8 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 9b11cc5751c0931172d00799b246fcbd63660311" diff -r 000000000000 -r 8a18547725cf diff.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/diff.xml Tue Mar 31 16:36:28 2020 -0400 @@ -0,0 +1,91 @@ + + + analyzes two files and generates a text file with information about the lines that are different + + + diffutils + + + + + + + + '$output1' + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @misc{gnudiffutils, + author = {The Free Software Foundation (FSF), Inc}, + year = {2017}, + title = {diff (GNU diffutils)}, + publisher = {The Free Software Foundation (FSF), Inc}, + url = {http://www.gnu.org/software/diffutils/}, + } + + + diff -r 000000000000 -r 8a18547725cf test-data/file1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/file1.txt Tue Mar 31 16:36:28 2020 -0400 @@ -0,0 +1,1 @@ +a diff -r 000000000000 -r 8a18547725cf test-data/file2.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/file2.txt Tue Mar 31 16:36:28 2020 -0400 @@ -0,0 +1,2 @@ +a +b