File: install_all_idba_flavours.patch

package info (click to toggle)
idba 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,840 kB
  • sloc: cpp: 36,571; sh: 1,346; makefile: 199; python: 99; perl: 8
file content (32 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (3)
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
29
30
31
32
Author: Steffen Moeller
Last-Update: 2017-08-08 02:25:42 +0200
Description: Install all flavours of idba

Index: idba/bin/Makefile.am
===================================================================
--- idba.orig/bin/Makefile.am
+++ idba/bin/Makefile.am
@@ -36,6 +36,9 @@ split_scaffold_SOURCES = $(top_srcdir)/s
 sim_reads_SOURCES = $(top_srcdir)/src/release/sim_reads.cpp 
 
 bin_PROGRAMS = \
+	idba \
+	idba_ud \
+	idba_tran \
 	idba_hybrid 
 
 noinst_PROGRAMS = \
@@ -59,13 +62,10 @@ noinst_PROGRAMS = \
 	split_fq \
 	fq2fa \
 	validate_contigs_blat \
-	idba_ud \
 	raw_n50 \
-	idba_tran \
 	parallel_blat \
 	sim_reads_tran \
 	filterfa \
-	idba \
 	split_scaffold \
 	sim_reads