We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b398b03 commit 9ec0b67Copy full SHA for 9ec0b67
Makefile
@@ -1,5 +1,9 @@
1
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
2
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
+
7
# *** REFRESH makefile utils
8
include refresh.mk
9
0 commit comments