Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 383 Bytes

tsv reconcile

tsv reconcile can be used to reconcile two tab-separated value files by one shared row. To build the C program simply call make in the downloaded folder. The input format for the command line is: ./reconcile <input file 1> <input row 1> <input file 2> <input row 2> <output file>