Skip to content

reconcile two tab-separated value files by one shared row

Notifications You must be signed in to change notification settings

CennoxX/tsv-reconcile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>