Skip to content

Commit

Permalink
POST path seems to be changed in remote BLAST in genome.jp (GenomeNet)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Sep 27, 2023
1 parent 9013c2f commit f31fbba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bio/appl/blast/genomenet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def exec_genomenet(query)
#host = "blast.genome.jp"
#path = "/sit-bin/nph-blast"
#path = "/sit-bin/blast" #2005.08.12
path = "/tools-bin/blast" #2012.01.12
#path = "/tools-bin/blast" #2012.01.12
path = "/tools-bin/blastplus" #2018.02.09???

options = make_command_line_options
opt = Bio::Blast::NCBIOptions.new(options)
Expand Down

0 comments on commit f31fbba

Please sign in to comment.