Skip to content

Commit

Permalink
PTS1 site seems to be migrated to https
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Sep 27, 2023
1 parent f31fbba commit 631f254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bio/appl/pts1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def self.new_with_general_function
# serv_fungi_specific = Bio::PTS1.new(2) # See Bio::PTS1::FUNCTION.
#
def initialize(func = 'METAZOA-specific')
@uri = "http://mendel.imp.ac.at/jspcgi/cgi-bin/pts1/pts1.cgi"
@uri = "https://mendel.imp.ac.at/jspcgi/cgi-bin/pts1/pts1.cgi"
@output = nil
@function = function(func)
end
Expand Down

0 comments on commit 631f254

Please sign in to comment.