From: Debian Med Packaging Team Date: Tue, 4 Jun 2024 13:31:55 +0000 (+0000) Subject: Do not clean *.bam files X-Git-Tag: archive/raspbian/0.23.0+ds-1+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=26d94d2d419a97cf850a9c1f853c6d465462c66c;p=python-pysam.git Do not clean *.bam files Last-Update: 2020-01-23 14:31:06 +0100 Forwarded: not-needed Gbp-Pq: Name clean_less --- 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 \