src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes 1.6
1.6 2010/04/05 18:33:06 krish
added csqual file type
Index: src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes 2 Apr 2010 19:28:23 -0000 1.5
+++ src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes 5 Apr 2010 18:33:06 -0000 1.6
@@ -120,9 +120,9 @@
# some re we will be using
table_and_file = re.compile("^(narrowPeaks|narrowPeak|broadPeak|gtf|bedGraph\d+|bed\d+)$")
wig = re.compile("^(wig)$")
- file_only = re.compile("^(tagAlign|fastq|fasta|rpkm|bowtie|psl)$")
+ file_only = re.compile("^(tagAlign|fastq|fasta|rpkm|bowtie|psl|csqual)$")
# if new relase, add the full path to all files
path_prefix = ""
if prev_release_dir == "-":