Repository revision
repository tip
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository diff
Name: diff
Owner: bgruening
Synopsis: GNU diff tool that calculates the differences between two files.
The diff utility is a data comparison tool that calculates and displays the differences between two files. 
Unlike edit distance notions used for other purposes, diff is line-oriented rather than character-oriented,
but it is like Levenshtein distance in that it tries to determine the smallest set of deletions and insertions
to create one file from the other. The diff command displays the changes made in a standard format, such that
both humans and machines can understand the changes and apply them: given one file and the changes, the other
file can be created.
Clone this repository: hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/diff
Type: unrestricted
Revision: 3:156d0908e232
This revision can be installed: True
Times cloned / installed: 13224

Contents of this repository

Name Description Version Minimum Galaxy Version
analyzes two files and generates an unidiff text file with information about the differences and an optional Html report 3.7+galaxy0 16.01

Categories
Text Manipulation - Tools for manipulating data