Skip to content

Commit 9ec0b67

Browse files
committed
generic also defaulted in Makefile
1 parent b398b03 commit 9ec0b67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
all: bkc satc satc_dump satc_undump satc_filter satc_to_fasta satc_merge sig_anch read_selector compactors download_kmc lookup_table splash supervised_test dsv_manip gap_shortener fafq_filter tsv_to_fasta
22

3+
# splash is quite sensitive to the order of operations, which may be different on different archs due to how SIDM is handled
4+
# to keep results the same across various platforms by default, we set generic platform
5+
PLATFORM?=generic
6+
37
# *** REFRESH makefile utils
48
include refresh.mk
59

0 commit comments

Comments
 (0)