-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
89 lines (79 loc) · 2.31 KB
/
Makefile
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
run:
cargo run -- --logfile - \
run \
--config sculu.toml \
--alphabet dna \
--outdir out-test \
--outfile out-test/test.fa \
--consensi tests/inputs/consensi.fa \
--instances tests/inputs/instances
build:
cargo run -- --logfile - \
components \
--config sculu.toml \
--alphabet dna \
--outdir out-test \
--consensi tests/inputs/consensi.fa \
--instances tests/inputs/instances
cluster:
cargo run -- --logfile - \
cluster \
--config sculu.toml \
--alphabet dna \
--outdir out-test \
--consensi out-test/consensi.fa \
--instances out-test/instances \
--component out-test/components/component-0
concat:
cargo run -- --logfile - \
concat \
--outfile out-test/families.fa \
--consensi out-test/consensi.fa \
--components out-test/component-0/final.fa
mfs:
cargo run -- \
--config sculu.toml \
--alphabet protein \
--logfile - \
--outdir out-mfs \
--consensi ~/wheelerlab/data/proteins/mfs/consensi.fa \
--instances ~/wheelerlab/data/proteins/mfs/instances
pf:
cargo run -- \
--config sculu.toml \
--alphabet protein \
--outdir pfam \
--consensi ~/wheelerlab/data/proteins/pfam/consensi.fa \
--instances ~/wheelerlab/data/proteins/pfam/instances
dup:
cargo run -- \
--config sculu.toml \
--instances tests/inputs/instances \
--consensi tests/inputs/dup_consensi.fa
alu:
cargo run -- --logfile - \
run \
--alphabet dna \
--config sculu.toml \
--consensi ~/wheelerlab/data/alu/consensi.fa \
--instances ~/wheelerlab/data/alu/instances \
--outfile ./alu-out/families.fa \
--outdir ./alu-out
mix:
cargo run -- \
--config sculu.toml \
--outdir out-mixed \
--consensi data/mixed/consensi.fa \
--instances data/mixed/instances \
--outfile final-mixed.fa \
tua:
cargo run -- --logfile - \
run \
--alphabet dna \
--config sculu.toml \
--outdir tuatara-out \
--outfile tuatara-out/new-consensi.fa \
--instances ~/wheelerlab/tuatara/instances \
--consensi ~/wheelerlab/tuatara/consensi.fa
clean:
rm -rf RM_* makedb.log