Skip to content

Commit

Permalink
Change HTML method for BLAST queries
Browse files Browse the repository at this point in the history
- `Post` instead of `Put`. `Put` no longer works.
  • Loading branch information
JoeCohen committed Aug 12, 2024
1 parent 71a6e4a commit 14e1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/sequence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def blast_url

def self.blast_url_prefix
"https://blast.ncbi.nlm.nih.gov/Blast.cgi?" \
"CMD=Put&DATABASE=nt&PROGRAM=blastn&QUERY="
"CMD=Post&DATABASE=nt&PROGRAM=blastn&QUERY="
end

# convenience wrapper around class method of same name
Expand Down

0 comments on commit 14e1307

Please sign in to comment.