seqtrimnext 2.0.48 → 2.0.49

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 2.0.49 2012-05-24
2
+
3
+ Updated gem dependencies
4
+
1
5
  === 2.0.48 2012-05-16
2
6
 
3
7
  Select biggest sequence on cluster
data/Rakefile CHANGED
@@ -21,10 +21,10 @@ $hoe = Hoe.spec 'seqtrimnext' do
21
21
  self.extra_deps << ['gnuplot','>=0']
22
22
  self.extra_deps << ['term-ansicolor','>=1.0.5']
23
23
  self.extra_deps << ['xml-simple','>=1.0.12']
24
- self.extra_deps << ['scbi_blast','>=0.0.32']
25
- self.extra_deps << ['scbi_mapreduce','>=0.0.29']
24
+ self.extra_deps << ['scbi_blast','>=0.0.34']
25
+ self.extra_deps << ['scbi_mapreduce','>=0.0.38']
26
26
  self.extra_deps << ['scbi_fasta','>=0.1.7']
27
- self.extra_deps << ['scbi_fastq','>=0.0.13']
27
+ self.extra_deps << ['scbi_fastq','>=0.0.15']
28
28
  self.extra_deps << ['scbi_plot','>=0.0.6']
29
29
  self.extra_deps << ['scbi_math','>=0.0.1']
30
30
 
@@ -17,7 +17,7 @@ fi
17
17
  base_name=$3
18
18
 
19
19
  if [[ -z "$base_name" ]]; then
20
- echo "Use a : $base_name doesn't exists"
20
+ echo "$base_name doesn't exists"
21
21
  exit -1
22
22
  fi
23
23
 
@@ -38,7 +38,7 @@ class PluginLowHighSize < Plugin
38
38
  seq.seq_rejected = true
39
39
  seq.seq_rejected_by_message= 'size out of limits'
40
40
 
41
- add_stats('rejected_seqs',seq.seq_fasta.length)
41
+ add_stats('rejected_seqs',seq.seq_fasta.length)
42
42
  actions.push a
43
43
  seq.add_actions(actions)
44
44
 
@@ -2,7 +2,6 @@
2
2
  # General parameters
3
3
  # ======================================
4
4
 
5
-
6
5
  plugin_list = PluginLowHighSize,PluginIndeterminations,PluginFindPolyAt,PluginContaminants,PluginLowQuality,PluginLowComplexity
7
6
 
8
7
  contaminants_db="contaminants.fasta cont_ribosome.fasta"
data/lib/seqtrimnext.rb CHANGED
@@ -30,7 +30,7 @@ module Seqtrimnext
30
30
  # SEQTRIM_VERSION_STAGE = 'b'
31
31
  # SEQTRIM_VERSION = "2.0.0#{SEQTRIM_VERSION_STAGE}#{SEQTRIM_VERSION_REVISION}"
32
32
 
33
- VERSION = '2.0.48'
33
+ VERSION = '2.0.49'
34
34
 
35
35
  SEQTRIM_VERSION = VERSION
36
36
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: seqtrimnext
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.48
5
+ version: 2.0.49
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dario Guerrero & Almudena Bocinos
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-05-16 00:00:00 Z
13
+ date: 2012-05-24 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: narray
@@ -64,7 +64,7 @@ dependencies:
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 0.0.32
67
+ version: 0.0.34
68
68
  type: :runtime
69
69
  version_requirements: *id005
70
70
  - !ruby/object:Gem::Dependency
@@ -75,7 +75,7 @@ dependencies:
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
- version: 0.0.29
78
+ version: 0.0.38
79
79
  type: :runtime
80
80
  version_requirements: *id006
81
81
  - !ruby/object:Gem::Dependency
@@ -97,7 +97,7 @@ dependencies:
97
97
  requirements:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
- version: 0.0.13
100
+ version: 0.0.15
101
101
  type: :runtime
102
102
  version_requirements: *id008
103
103
  - !ruby/object:Gem::Dependency