• R/O
  • SSH

MassPlusPlus: 提交

Mass++ ソースリポジトリ


Commit MetaInfo

修訂acf3ed1c155ff674a1f965c9184a801d69d52919 (tree)
時間2015-06-10 01:09:33
作者Masaki Murase
CommiterMasaki Murase

Log Message

updated Mascot Search Plug-in to allow 0 as maximum missed cleavage(Ticket #35224)
modified XSL file of X!Tandem result xml to display title header of peaklists

Change Summary

差異

diff -r 92f0c4dd6118 -r acf3ed1c155f build/msvs/opt/tandem/bin/tandem-style.xsl
--- a/build/msvs/opt/tandem/bin/tandem-style.xsl Wed Jun 10 01:07:06 2015 +0900
+++ b/build/msvs/opt/tandem/bin/tandem-style.xsl Wed Jun 10 01:09:33 2015 +0900
@@ -181,6 +181,15 @@
181181 <DIV id="{generate-id()}" STYLE="display:none" class="k">
182182 <xsl:apply-templates select="GAML:trace" />
183183 </DIV>
184+
185+ <!-- 2015.6.9 added by Masaki Murase to display peaklist title header -->
186+ <xsl:if test="contains(@label,'fragment ion mass spectrum')">
187+ <div id="peaklist_title">
188+ mgf title: <xsl:value-of select="note" />
189+ </div>
190+ </xsl:if>
191+
192+
184193 </xsl:if>
185194 </xsl:template>
186195
diff -r 92f0c4dd6118 -r acf3ed1c155f src/common-plugin-analyze/MascotSearchPlugin/settings-search.xml
--- a/src/common-plugin-analyze/MascotSearchPlugin/settings-search.xml Wed Jun 10 01:07:06 2015 +0900
+++ b/src/common-plugin-analyze/MascotSearchPlugin/settings-search.xml Wed Jun 10 01:09:33 2015 +0900
@@ -9,6 +9,10 @@
99 <value id="1" type="email" default="" required="true" />
1010 <value id="2" type="string" default="1" required="true">
1111 <enum>
12+ <enum-name>0</enum-name>
13+ <enum-value>0</enum-value>
14+ </enum>
15+ <enum>
1216 <enum-name>1</enum-name>
1317 <enum-value>1</enum-value>
1418 </enum>
Show on old repository browser