a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/splitFaIntoContigs/splitFaIntoContigs.c src/hg/splitFaIntoContigs/splitFaIntoContigs.c index 32d7828..5d2d8a4 100644 --- src/hg/splitFaIntoContigs/splitFaIntoContigs.c +++ src/hg/splitFaIntoContigs/splitFaIntoContigs.c @@ -1,31 +1,30 @@ /* splitFaIntoContigs - take a .agp file and a .fa file and a split size in kilobases, and split each chromosomes into subdirs and files for each supercontig. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "agpGap.h" #include "agpFrag.h" #include "options.h" #include "portable.h" -static char const rcsid[] = "$Id: splitFaIntoContigs.c,v 1.22 2006/09/07 17:14:57 angie Exp $"; /* Default array size for file paths */ #define DEFAULT_PATH_SIZE 1024 /* Default array size for normal char arrays */ #define BUF_SIZE 128 /* Flag showing that we have a non-bridged gap, indicating that we can split a sequence at the end of it into supercontigs */ static const char *NO = "no"; /* The default size at which we split the genome on a non-bridged contig gap bound */ int _nSize = 1000000;