ms-in_silico 0.2.0 → 0.2.1
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/History +6 -0
- data/MIT-LICENSE +1 -1
- data/README +1 -1
- data/lib/ms/in_silico/fragment.rb +1 -1
- metadata +6 -4
data/History
ADDED
data/MIT-LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2008, Regents of the University of Colorado.
|
|
1
|
+
Copyright (c) 2008-2009, Regents of the University of Colorado.
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
|
4
4
|
software and associated documentation files (the "Software"), to deal in the Software
|
data/README
CHANGED
|
@@ -49,7 +49,7 @@ Ms-InSilico is available as a gem on RubyForge[http://rubyforge.org/projects/msp
|
|
|
49
49
|
|
|
50
50
|
== Info
|
|
51
51
|
|
|
52
|
-
Copyright (c)
|
|
52
|
+
Copyright (c) 2008-2009, Regents of the University of Colorado.
|
|
53
53
|
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
|
|
54
54
|
Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
|
|
55
55
|
Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]
|
|
@@ -40,7 +40,7 @@ module Ms
|
|
|
40
40
|
end
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
config :series, ['y', 'b'], &c.
|
|
43
|
+
config :series, ['y', 'b'], &c.list # a list of the series to include
|
|
44
44
|
config :charge, 1, &c.integer # the charge for the parent ion
|
|
45
45
|
config :intensity, nil, &c.num_or_nil # a uniform intensity value
|
|
46
46
|
config :nterm, 'H', &MOLECULE # the n-terminal modification
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ms-in_silico
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Chiang
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2009-02-17 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ">="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version:
|
|
23
|
+
version: 0.12.0
|
|
24
24
|
version:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: molecules
|
|
@@ -41,6 +41,7 @@ extensions: []
|
|
|
41
41
|
extra_rdoc_files:
|
|
42
42
|
- README
|
|
43
43
|
- MIT-LICENSE
|
|
44
|
+
- History
|
|
44
45
|
files:
|
|
45
46
|
- lib/ms/in_silico.rb
|
|
46
47
|
- lib/ms/in_silico/digest.rb
|
|
@@ -50,6 +51,7 @@ files:
|
|
|
50
51
|
- tap.yml
|
|
51
52
|
- README
|
|
52
53
|
- MIT-LICENSE
|
|
54
|
+
- History
|
|
53
55
|
has_rdoc: true
|
|
54
56
|
homepage: http://mspire.rubyforge.org/projects/ms-in_silico/
|
|
55
57
|
post_install_message:
|
|
@@ -75,6 +77,6 @@ rubyforge_project: mspire
|
|
|
75
77
|
rubygems_version: 1.3.1
|
|
76
78
|
signing_key:
|
|
77
79
|
specification_version: 2
|
|
78
|
-
summary:
|
|
80
|
+
summary: in-silico calculations for mass spec data
|
|
79
81
|
test_files:
|
|
80
82
|
- test/tap_test_suite.rb
|