src/hg/encode/DAFs/CshlRnaSeq.daf 1.4

1.4 2009/06/26 20:40:59 mikep
temporary new version until we get CSHL working with bigBed tagAlign
Index: src/hg/encode/DAFs/CshlRnaSeq.daf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/DAFs/CshlRnaSeq.daf,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/encode/DAFs/CshlRnaSeq.daf	7 Oct 2008 18:17:53 -0000	1.3
+++ src/hg/encode/DAFs/CshlRnaSeq.daf	26 Jun 2009 20:40:59 -0000	1.4
@@ -1,42 +1,48 @@
 # Data Agreement File for RNA-seq project $Revision$
 
 # This file specifies the data agreement between your lab and 
 # the DCC.  It should not be changed unilaterally.
 
 # Lab and general info
 grant             Gingeras
 lab               Cshl
 dataType          RnaSeq
 variables         cell, localization, rnaExtract
 assembly          hg18
 dafVersion        0.2.2
+# Added property 'noAutoCreate' 
+# to suppress auto-creation until we can handle large Alignments
+noAutoCreate     yes
 
 # Track/view definition
 view             Transfrags
 longLabelPrefix  CSHL RNA-Seq Transfrags
 type             broadPeak
 hasReplicates    no
 required         yes
+sortMerge        yes
 
 view             PlusRawSignal
 longLabelPrefix  CSHL RNA-Seq Plus Strand Raw Signal
-type             wig
+type             bedGraph
 hasReplicates    no
 required         no
 
 view             MinusRawSignal
 longLabelPrefix  CSHL RNA-Seq Minus Strand Raw Signal
-type             wig
+type             bedGraph
 hasReplicates    no
 required         no
 
+# added downloadOnly
 view             Alignments
 longLabelPrefix  CSHL RNA-Seq Tags
 type             tagAlign
 hasReplicates    no
 required         yes
+downloadOnly     yes
 
 view             RawData
 type             fastq
 hasReplicates    no
 required         yes