ms-sequest 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/ms/sequest/srf/pepxml.rb +2 -1
- data/spec/ms/sequest/srf/pepxml_spec.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.20
|
@@ -278,12 +278,13 @@ module Ms::Sequest::Srf::Pepxml
|
|
278
278
|
|
279
279
|
text ""
|
280
280
|
text "minor options:"
|
281
|
+
opt :pepxml_version, 'schema version number to use', :default => Ms::Ident::Pepxml::DEFAULT_PEPXML_VERSION
|
281
282
|
opt :ms_model, 'mass spectrometer model', :type => :string
|
282
283
|
opt :ms_ionization, 'type of ms ionization', :default => 'ESI'
|
283
284
|
opt :ms_detector, 'ms detector', :default => 'UNKNOWN'
|
284
285
|
opt :ms_mass_analyzer, 'ms mass analyzer', :type => :string
|
285
286
|
opt :ms_manufacturer, 'ms manufacturer', :default => 'Thermo'
|
286
|
-
opt :raw_data, 'preferred extension for raw data', :default => '.
|
287
|
+
opt :raw_data, 'preferred extension for raw data', :default => '.mzML'
|
287
288
|
opt :db_seq_type, "'AA' or 'NA'", :default => 'AA'
|
288
289
|
opt :db_residue_size, 'calculate the size of the fasta file'
|
289
290
|
opt :db_name, 'the database name', :type => :string
|
@@ -64,7 +64,7 @@ describe 'an Ms::Ident::Pepxml object from an srf file with modifications' do
|
|
64
64
|
|
65
65
|
mrs_node = root.child
|
66
66
|
mrs_node.name.is 'msms_run_summary'
|
67
|
-
has_attributes( mrs_node, 'msManufacturer="Thermo" msModel="LCQ Deca XP" msIonization="ESI" msMassAnalyzer="Ion Trap" msDetector="UNKNOWN" raw_data=".
|
67
|
+
has_attributes( mrs_node, 'msManufacturer="Thermo" msModel="LCQ Deca XP" msIonization="ESI" msMassAnalyzer="Ion Trap" msDetector="UNKNOWN" raw_data=".mzML"' )
|
68
68
|
se_node = mrs_node.child
|
69
69
|
se_node.name.is 'sample_enzyme'
|
70
70
|
has_attributes se_node, 'name="Trypsin"'
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 20
|
9
|
+
version: 0.0.20
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- John T. Prince
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-03-
|
17
|
+
date: 2011-03-09 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
232
232
|
requirements:
|
233
233
|
- - ">="
|
234
234
|
- !ruby/object:Gem::Version
|
235
|
-
hash:
|
235
|
+
hash: 2449106576710684635
|
236
236
|
segments:
|
237
237
|
- 0
|
238
238
|
version: "0"
|