No superclasses
Subclasses:
Overview
Constructor
Method
- _format_error
- de_romanize
- dynamic_use
- dynamic_use_failure
- evaluate_bp
- is_valid_module_name
- make_directory
- neat_sr_name
- not_allowed
- pretty_date
- round_bp
- seq_region_sort
- temp_file_create
- temp_file_name
- templatize
- thousandify
- ticket
- url
Unknown
- _parse_referer
- filters
- help_feedback
- is_available
Methods
- _format_error
Format an error message by wrapping text to 120 columns
View source
de_romanize
Converts a number from roman (IV...) format to number...
View source
dynamic_use
Equivalent of USE - but used at runtime
View source
dynamic_use_failure
Return error message cached if use previously failed!
View source
evaluate_bp
Reverse of round BP - takes a value with a K/M/G at the end and converts to integer value...
View source
is_valid_module_name
returns true if valid module name...
View source
make_directory
Creates a writeable directory - making sure all parents exist!
View source
neat_sr_name
Returns seq-region name formatted neatly...
View source
new
Constructor. Constructs the class - as its a base class contains nothing.!
View source
not_allowed
Loops through array of filters and returns the first one that fails
View source
pretty_date
Converts a MySQL datetime field into something human-readable
View source
round_bp
Returns #bp formatted neatly as either m/k
View source
seq_region_sort
Used to sort chromosomes into a sensible order!
View source
temp_file_create
Creates a temporary file name and makes sure its parent directory exists
View source
temp_file_name
Creates a random filename
View source
templatize
Takes a string, and a template pattern and returns the string with "/" from the template inserted...
View source
thousandify
Retuns comma separated version of number...
View source
ticket
Returns a random ticket string
View source
url
Assembles a valid URL, adding the site's base URL and CGI-escaping any parametersreturns a URL string
View source