a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/vennIds/vennIds.c src/utils/vennIds/vennIds.c index 045142a..3bb9d92 100644 --- src/utils/vennIds/vennIds.c +++ src/utils/vennIds/vennIds.c @@ -1,24 +1,23 @@ /* vennIds - From two lists of unique IDs, calculate number shared between each list and number * only in each list.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "obscure.h" -static char const rcsid[] = "$Id: newProg.c,v 1.30 2010/03/24 21:18:33 hiram Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "vennIds - From two lists of unique IDs, calculate number shared between each list and number\n" "only in each list.\n" "usage:\n" " vennIds a.lst b.lst\n" "where a.lst and b.lst are whitespace delimited files of IDs\n" "options:\n" " -both=both.out\n - if set put ids that are in both here, one per line" " -aOnly=aOnly.out - if set put ids that are in a.lst only here, one per line\n" " -bOnly=bOnly.out - if set put ids that are in b.lst only here, one per line\n" );