File: clean_less

package info (click to toggle)
python-pysam 0.20.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,348 kB
  • sloc: ansic: 137,388; python: 8,501; sh: 283; makefile: 263; perl: 41
file content (15 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Michael R. Crusoe
Last-Update: 2020-01-23 14:31:06 +0100
Description: Do not clean *.bam files

--- 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 \