File: Makefile.am

package info (click to toggle)
smalt 0.7.6-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,824 kB
  • sloc: ansic: 26,340; sh: 3,826; python: 1,472; makefile: 323
file content (28 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to produce Makefile.in
sequence_test_data = sequence_test_1.fa.gz \
		sequence_test_2.fa.gz \
		sequence_test_3.fq.gz \
		sequence_test_4.fq.gz

ioform_test_data = hs37chrXtrunc.fa.gz \
		hs37l100i300e05q_trunc_nonam_1.fq.gz \
		hs37l100i300e05q_trunc_nonam_2.fq.gz \
		hs37l100i300e05q_trunc.bam \
		hs37l100i300e05q_trunc.sam.gz 

ouform_cigar_test_data = gen1l100i500e1_1.fq gen1l100i500e1_2.fq

sample_test_data = gen1l75i300e0_1.fq.gz gen1l75i300e0_2.fq.gz

cigar_test_data = cigar_ref.fa.gz cigar_read1.fq cigar_read2.fq

reference_genomes = contigs.fa.gz genome_1.fa.gz

multithread_data = contigs_i3k_1.fq.gz contigs_i3k_2.fq.gz

dist_data_DATA = ${sequence_test_data} \
		${reference_genomes} \
		${ioform_test_data} \
		${ouform_cigar_test_data} \
		${sample_test_data} \
		${cigar_test_data}