summaryrefslogtreecommitdiff
blob: f202ddf3d0b5b315542b13ebd39520ec1158adc5 (plain)
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
90
91
92
93
94
95
96
97
98
99
100
101
Amend command-line names for Gentoo SLOTed hmmer:2

--- a/src/ehmmalign.c
+++ b/src/ehmmalign.c
@@ -99,7 +99,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajFmtPrintS(&cmd, "%S ", ajAcdGetpathC("hmmalign"));
+    ajFmtPrintS(&cmd, "%S ", ajAcdGetpathC("hmmalign2"));
     if(mapali)
 	ajFmtPrintAppS(&cmd, " --mapali %s ", ajFileGetNameC(mapali));
     if(withali)
--- a/src/ehmmbuild.c
+++ b/src/ehmmbuild.c
@@ -146,7 +146,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmbuild"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmbuild2"));
     if(prior)
 	ajFmtPrintAppS(&cmd, " --prior %s ", ajFileGetNameC(prior));
     if(null)
--- a/src/ehmmcalibrate.c
+++ b/src/ehmmcalibrate.c
@@ -98,7 +98,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmcalibrate"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmcalibrate2"));
     if(cpu)
 	ajFmtPrintAppS(&cmd, " --cpu %d ", cpu);
     if(fixed)
--- a/src/ehmmconvert.c
+++ b/src/ehmmconvert.c
@@ -72,7 +72,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmconvert"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmconvert2"));
 
     /* ACD option only allows one selection */
     option = ajStrGetCharFirst(format);
--- a/src/ehmmemit.c
+++ b/src/ehmmemit.c
@@ -79,7 +79,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmemit"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmemit2"));
     ajFmtPrintAppS(&cmd, " --seed %d ", seed);
     if(a)
 	ajStrAppendC(&cmd, " -a ");
--- a/src/ehmmfetch.c
+++ b/src/ehmmfetch.c
@@ -74,7 +74,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmfetch"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmfetch2"));
     if(nhmm)
 	ajStrAppendC(&cmd, " -n ");
     /* Note the output redirected to outfname  */
--- a/src/ehmmindex.c
+++ b/src/ehmmindex.c
@@ -68,7 +68,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajFmtPrintS(&cmd, "%S ", ajAcdGetpathC("hmmindex"));
+    ajFmtPrintS(&cmd, "%S ", ajAcdGetpathC("hmmindex2"));
     ajStrAppendC(&cmd, ajFileGetNameC(database));
 
     
--- a/src/ehmmpfam.c
+++ b/src/ehmmpfam.c
@@ -122,7 +122,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmpfam"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmpfam2"));
     if(nuc)
 	ajStrAppendC(&cmd, " -n ");
     ajFmtPrintAppS(&cmd, " -A %d -E %f -T %f -Z %d", A, E, T, Z);
--- a/src/ehmmsearch.c
+++ b/src/ehmmsearch.c
@@ -102,7 +102,7 @@
        iii.HMMER 'options' (that don't appear in ACD file)
        iv. HMMER & new parameters.
        */
-    ajStrAssignS(&cmd, ajAcdGetpathC("hmmsearch"));
+    ajStrAssignS(&cmd, ajAcdGetpathC("hmmsearch2"));
     ajFmtPrintAppS(&cmd, " -A %d -E %f -T %f -Z %d", A, E, T, Z);
     if(compat)
 	ajStrAppendC(&cmd, " --compat ");