785dd09a1e759574be2d6e8235a009bea57525ce
brianlee
  Tue Mar 25 14:16:58 2025 -0700
Adding txt to SSPsyGene format for new extended Hoffman dataset

diff --git src/hg/cirm/cdw/cdwMakeEnrichments/cdwMakeEnrichments.c src/hg/cirm/cdw/cdwMakeEnrichments/cdwMakeEnrichments.c
index 94648cd8ca1..0be2f718359 100644
--- src/hg/cirm/cdw/cdwMakeEnrichments/cdwMakeEnrichments.c
+++ src/hg/cirm/cdw/cdwMakeEnrichments/cdwMakeEnrichments.c
@@ -432,30 +432,31 @@
 return targetList;
 }
 
 char *ignoredFormats[] = {
 	"idat",
 	"customTrack",
 	"rcc",
 	"kallisto_abundance",
 	"expression_matrix",
 	"bam.bai",
 	"vcf.gz.tbi",
 	"text",
 	"html",
 	"csv",
 	"tsv",
+        "txt",
 	"pdf",
 	"png",
 	"fasta",
         "rds",
         "h5ad",
         "xlsx",
 	"unknown",
 	};
 
 void doEnrichments(struct sqlConnection *conn, struct cdwFile *ef, char *path, 
     struct hash *assemblyToTarget)
 /* Calculate enrichments on for all targets file. The targetList and the
  * grtList are in the same order. */
 {
 /* Get validFile from database. */