fa1fd1e6225697d08803d99446cab7d4e0d549e9
vsmalladi
  Fri Oct 21 14:38:24 2011 -0700
Moved all python scripts from /python/programs to live in sr/hg/encode as per Kate's request for all encode programs in a common place.
diff --git python/programs/mkGeoPkg/README python/programs/mkGeoPkg/README
deleted file mode 100644
index e14c00e..0000000
--- python/programs/mkGeoPkg/README
+++ /dev/null
@@ -1,15 +0,0 @@
-mkGeoPkg
-
-First an overview for programmers who have no idea what all this means:
-GEO collects data for permanant archival. The data we submit to them is contained as one Series. A Series is a set of Samples. A Sample corresponds to a small set of our Stanzas, or corresponds 1:1 with our expIds. A Series directly corresponds to our Composite. So one file in the MDB = one Composite (our term) = one Series (in the soft file) = at least 1 submission to GEO.
-
-Submit data to GEO for processing. This will generate a SOFT file for part or all of a composite, and a script with the aspera command to submit all the required files. The SOFT file will not be complete, and you will have to manually curate some data. To do this, replace all values with the value '[REPLACE]'. 
-
-This script takes data from:
--the composite's RA file in the mdb
--the CV in alpha
--the trackDb ra file
--the MD5 sums from the downloads directory
-
-There is also a lot of hand-curated data in the top of the program, namely the DataType, which you might want to modify.
-