Fetching: rack-1.6.4.gem (100%)
Successfully installed rack-1.6.4
Fetching: tilt-2.0.1.gem (100%)
Successfully installed tilt-2.0.1
Fetching: rack-protection-1.5.3.gem (100%)
Successfully installed rack-protection-1.5.3
Fetching: sinatra-1.4.6.gem (100%)
Successfully installed sinatra-1.4.6
Fetching: json-1.8.3.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing sequenceserver:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/include/ruby.h
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/json-1.8.3 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/gems/json-1.8.3/ext/json/ext/generator/gem_make.out
Same original problem with ruby header files, now with OS X 10.10.3 as with OS X 10.7.5
Please help! I am not command line savvy
--
You received this message because you are subscribed to the Google Groups "sequenceserver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sequenceserve...@googlegroups.com.
To post to this group, send email to sequenc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sequenceserver.
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/a203174a-00e9-4982-a271-431452e10518%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "sequenceserver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sequenceserver/g5z2XivFcdM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sequenceserve...@googlegroups.com.
To post to this group, send email to sequenc...@googlegroups.com.
Visit this group at http://groups.google.com/group/sequenceserver.
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAD1m08Uf%3D223yoLsQGwu88W6C0uFpq3fDJffNiadK3d%2ByxfisA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAO4q3-Q4fJxZvR-t5piqcbz8BYg2tvXB3SZnOUrk1-tMotBF3Q%40mail.gmail.com.
MacBook-Pro-de-MJB:~ mjb$ sequenceserver
Could not locate BLAST+ binaries.
>> /Users/mjb/.sequenceserver/ncbi-blast-2.2.30+
Database dir not set.
>> /Users/mjb/.sequenceserver/ncbi-blast-2.2.30+/db_sipunc_trans
Search for FASTA files (.fa, .fasta, .fna) in '/Users/mjb/.sequenceserver/ncbi-blast-2.2.30+/db_sipunc_trans' and try
creating BLAST+ databases? [y/n] (Default: y).
>> y
Searching ...
[2015-07-08 16:14:50] WARN Will listen on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--host option).
** SequenceServer is ready.
Go to http://localhost:4567 in your browser and start BLASTing!
Press CTRL+C to quit.
WARN: tilt autoloading 'tilt/erb' in a non thread-safe way; explicit require 'tilt/erb' suggested.
2015-07-08 16:20:24 - Ox::ParseError - invalid format, elements overlap at line 7422, column 26 [parse.c:561]
QUESTION 1: what do the "WARN" messages mean, and how should I proceed?
During the db setup, all annotated.fa files produced db's, however all translated.annotated.fa files produced errors
Example:
BLAST Database creation error: Error: Duplicate seq_ids are found:
LCL|AGALMA/GENE:10037.2/ISOFORM:1
QUESTION 2: can I remove duplicate seq ids and rebuild translated.annotated.fa db's?
After the annotated.fa db's were built, sequence server opened with annotated.fa db's listed and I attempted my first blast (TBLASTN), and received the following error message (with suggestion to contact Sequenceserver admin):
QUESTION 3: how should I proceed? seems to be a parsing issue?
Ox::ParseError - invalid format, elements overlap at line 7422, column 26 [parse.c:561] : /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/blast/report.rb:37:in `parse' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/blast/report.rb:37:in `generate' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/blast/report.rb:21:in `initialize' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/blast.rb:96:in `new' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/blast.rb:96:in `run' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver/routes.rb:125:in `block in <class:Routes>' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1610:in `call' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1610:in `block in compile!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `[]' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `block (3 levels) in route!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:993:in `route_eval' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `block (2 levels) in route!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014:in `block in process_route' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012:in `catch' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012:in `process_route' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:972:in `block in route!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:971:in `each' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:971:in `route!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1084:in `block in dispatch!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `block in invoke' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `catch' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1081:in `dispatch!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `block in call!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `block in invoke' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `catch' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `call!' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:894:in `call' /Library/Ruby/Gems/2.0.0/gems/rack-1.6.4/lib/rack/head.rb:13:in `call' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:181:in `call' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:2021:in `call' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `block in call' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1795:in `synchronize' /Library/Ruby/Gems/2.0.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `call' /Library/Ruby/Gems/2.0.0/gems/sequenceserver-1.0.4/lib/sequenceserver.rb:90:in `call' /Library/Ruby/Gems/2.0.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAD1m08UmWrVStjTvBC1q4eoyopdhooJ-iCimyXv%3DF4W28hK1pA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAO4q3-QYs906hsjSnd9%2BYo20GpDBUFr%2BmhysbhGJ964aG_0tNw%40mail.gmail.com.
MacBook-Pro-de-MJB:ncbi-blast-2.2.30+ mjb$ makeblastdb -dbtype nuc -title MB3nt_Np_adult -in db_makeblastdb_test -parse_seqids
-bash: makeblastdb: command not found
The " makeblastdb " and similar commands, is definitely in the " bin "
for example:
/Users/mjb/.sequenceserver/ncbi-blast-2.2.30+/bin
I also get the same " command not found " when I try to run makeblastdb from other directories, or try the -help or man programs
for example:
MacBook-Pro-de-MJB:bin mjb$ makeblastdb -help
-bash: makeblastdb: command not found
MacBook-Pro-de-MJB:bin mjb$ cd makeblastdb
-bash: cd: makeblastdb: Not a directory
MacBook-Pro-de-MJB:bin mjb$ man makeblastdb
No manual entry for makeblastdb
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAD1m08VfjtP%2BmSSwWhuRSTTbduTj9b111qg7m8Qwbd%2B21Avq_w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sequenceserver/CAO4q3-SbPYHatwCK9EBuAyvnbiVCc%2B8Cmh9%2Bq8aF9eoACmvTyQ%40mail.gmail.com.