From 909ef504124152234cec6a1448dc6e94fa771ea8 Mon Sep 17 00:00:00 2001 From: Tim Reddy Tim Date: Tue, 25 Nov 2008 20:21:16 +0000 Subject: [PATCH] Minor typeo fix --- htswanalysis/scripts/Flowcell_QC_Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htswanalysis/scripts/Flowcell_QC_Makefile b/htswanalysis/scripts/Flowcell_QC_Makefile index 1c94fd0..f57061d 100644 --- a/htswanalysis/scripts/Flowcell_QC_Makefile +++ b/htswanalysis/scripts/Flowcell_QC_Makefile @@ -13,7 +13,7 @@ PERCENT_BASE_IMAGES=$(shell ls -1d *.pf.txt.gz | sed -e s/pf.txt.gz/percent_base all: $(QPCR_FILES) $(PROFILE_FILES) $(CMPLX_FILES) $(PROFILE_IMAGES) $(PERCENT_BASE_IMAGES) $(COUNT_FILES) $(FILES) $(FLOWCELL)_qPCR_summary.txt $(FLOWCELL)_qPCR_summary.html $(FLOWCELL)_LibraryInfo.xml $(FLOWCELL)_SequencingSummary.html $(FLOWCELL)_QC_Summary.html %.txt.complexity: %.txt - $(ROOT_DIR)/bin/complexity_count `basename $<` $< > $@ + $(EXPTRACK_DIR)/bin/complexity_count `basename $<` $< > $@ %.txt.count: %.txt grep -v contam $< | awk '{if(NF > 3) {print $$1} }' | wc -l > $@; -- 2.30.2