From 70d8207df29db166cccf55e1a2be54addfcca542 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Fri, 23 Jun 2023 20:10:54 +0200 Subject: [PATCH] Do not clean *.bam files Last-Update: 2020-01-23 14:31:06 +0100 Forwarded: not-needed Gbp-Pq: Name clean_less --- tests/pysam_data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pysam_data/Makefile b/tests/pysam_data/Makefile index d870440..52d9352 100644 --- a/tests/pysam_data/Makefile +++ b/tests/pysam_data/Makefile @@ -100,7 +100,7 @@ explicit_index.cram: ex1.cram 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 \ -- 2.30.2