5 $download_url => '/api/v1/sequence/download/single/'.$feature->feature_id
8 <a href="<% $download_url %>">Download sequence (<% Number::Bytes::Human::format_bytes( $length ) %>b)</a>\
11 $length ||= $region ? $region->[1] - $region->[0] :
12 $feature->seqlen ? $feature->seqlen :
13 $feature->residues ? length $feature->residues :
17 use Number::Bytes::Human;