seqtrimnext 2.0.29 → 2.0.30

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 2.0.30 2011-06-14
2
+
3
+ Removed gnuplot as a prerequisite
4
+
1
5
  === 2.0.29 2011-06-06
2
6
 
3
7
  * Initial public release on rubygems
8
+
data/README.rdoc CHANGED
@@ -86,9 +86,15 @@ To get additional help and list available templates and databases:
86
86
 
87
87
  *You can use RVM to install ruby:
88
88
 
89
+ Download latest certificates (maybe you don't need them):
90
+
91
+ $ curl -O http://curl.haxx.se/ca/cacert.pem
92
+ $ export CURL_CA_BUNDLE=`pwd`/cacert.pem # add this to your .bashrc or
93
+ equivalent
94
+
89
95
  Install RVM:
90
96
 
91
- $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
97
+ $ bash < <(curl -k https://rvm.beginrescueend.com/install/rvm)
92
98
 
93
99
  Setup environment:
94
100
 
data/lib/seqtrimnext.rb CHANGED
@@ -30,8 +30,8 @@ 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.29'
33
+ VERSION = '2.0.30'
34
34
 
35
35
  SEQTRIM_VERSION = VERSION
36
36
 
37
- end
37
+ end
@@ -86,18 +86,18 @@ private
86
86
 
87
87
  @external_requirements['blastn']= "You need to install Blast+ 2.2.24 or greater and make sure it is available in your path (export PATH=$PATH:path_to_blast).\nYou can download it from ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/"
88
88
  @external_requirements['cd-hit-454']= "Download from http://code.google.com/p/cdhit/downloads/list"
89
- @external_requirements['gnuplot']= "Download from http://www.gnuplot.info/download.html"
89
+ # @external_requirements['gnuplot']= "Download from http://www.gnuplot.info/download.html"
90
90
 
91
91
  # @external_requirements['pepe']= ""
92
92
 
93
93
 
94
94
  # @ruby_requirements = { 'n2array' => "" ,
95
95
  @ruby_requirements['narray'] = ''
96
- @ruby_requirements['gnuplot'] = ''
96
+ # @ruby_requirements['gnuplot'] = ''
97
97
  @ruby_requirements['term-ansicolor'] = ''
98
98
  @ruby_requirements['xml-simple'] = ''
99
99
  @ruby_requirements['scbi_blast'] = ''
100
- @ruby_requirements['scbi_drb'] = ''
100
+ @ruby_requirements['scbi_mapreduce'] = ''
101
101
  @ruby_requirements['scbi_fasta'] = ''
102
102
  @ruby_requirements['scbi_fastq'] = ''
103
103
  @ruby_requirements['scbi_plot'] = ''
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: seqtrimnext
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.29
5
+ version: 2.0.30
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dario Guerrero & Almudena Bocinos