File: rules

package info (click to toggle)
pinfish 0.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316,556 kB
  • sloc: makefile: 144; sh: 81
file content (14 lines) | stat: -rwxr-xr-x 641 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

override_dh_auto_test:
	dh_auto_test
	cat debian-tests-data/sirv_e0_sorted.sam| samtools view -Sb - > polish_clusters/test_data/sirv_e0_sorted.bam
	cat debian-tests-data/sirv_errors_gmap.sam| samtools view -Sb - > spliced_bam2gff/test_data/sirv_errors_gmap.bam
	cat debian-tests-data/sirv_no_errors_gmap.sam| samtools view -Sb - > spliced_bam2gff/test_data/sirv_no_errors_gmap.bam
	cat debian-tests-data/sirv_simulated.sam| samtools view -Sb - > spliced_bam2gff/test_data/sirv_simulated.bam
	
override_dh_auto_install:
	dh_auto_install -- --no-source