Author: Michael R. Crusoe
Last-Update: 2020-01-23 14:31:06 +0100
Description: Do not clean *.bam files
Forwarded: not-needed

--- a/tests/pysam_data/Makefile
+++ b/tests/pysam_data/Makefile
@@ -100,7 +100,7 @@
 	cp ex1.cram $@
 
 clean:
-	rm -fr [a-z]*.bam *.bai *.csi *.fai *.gzi *.pileup* [a-z]*.cram *.crai \
+	rm -fr *.bai *.csi *.fai *.gzi *.pileup* [a-z]*.cram *.crai \
 	all.stamp *~ calDepth *.dSYM pysam_*.sam \
 	ex2.sam ex2.sam.gz ex1.sam ex1.fa.gz \
 	with_md.sam.gz \
