Skip to content

Commit d6550a6

Browse files
committed
fix: getKEGGModelForOrganism refer to KEGG116
1 parent a9c0643 commit d6550a6

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

doc/external/kegg/getKEGGModelForOrganism.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
618618
0334 <span class="keyword">else</span>
619619
0335 hmmIndex=strcmp(dataDir,hmmOptions);
620620
0336 <span class="keyword">if</span> ~any(hmmIndex)
621-
0337 error([<span class="string">'Pre-trained HMMs are only provided with proteins clustered at 90% sequence identity (i.e. prok90_kegg105 and euk90_kegg105). '</span> <span class="keyword">...</span>
621+
0337 error([<span class="string">'Pre-trained HMMs are only provided with proteins clustered at 90% sequence identity (i.e. prok90_kegg116 and euk90_kegg116). '</span> <span class="keyword">...</span>
622622
0338 <span class="string">'Use either of these datasets, or otherwise download the relevant sequence data from KEGG to train HMMs with your desired sequence identity'</span>])
623623
0339 <span class="keyword">else</span>
624624
0340 fprintf(<span class="string">'Downloading the HMMs archive file... '</span>);

doc/tutorial/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ <h2>Matlab files in this directory:</h2>
2424
<h2>Other Matlab-specific files in this directory:</h2>
2525
<ul style="list-style-image:url(../matlabicon.gif)">
2626
<li>empty.mat</li><li>iMK1208+suppInfo.mat</li><li>pathway.mat</li><li>pcPathway.mat</li></ul>
27-
<h2>Subsequent directories:</h2>
28-
<ul style="list-style-image:url(../matlabicon.gif)">
29-
<li>struct_conversion</li></ul>
27+
3028

3129
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
3230
</body>

external/kegg/getKEGGModelForOrganism.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
else
335335
hmmIndex=strcmp(dataDir,hmmOptions);
336336
if ~any(hmmIndex)
337-
error(['Pre-trained HMMs are only provided with proteins clustered at 90% sequence identity (i.e. prok90_kegg105 and euk90_kegg105). ' ...
337+
error(['Pre-trained HMMs are only provided with proteins clustered at 90% sequence identity (i.e. prok90_kegg116 and euk90_kegg116). ' ...
338338
'Use either of these datasets, or otherwise download the relevant sequence data from KEGG to train HMMs with your desired sequence identity'])
339339
else
340340
fprintf('Downloading the HMMs archive file... ');

0 commit comments

Comments
 (0)