Group
Extension

Matches 15

Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/README.pod ( view source; MetaCPAN )
uence

Method used to get subsequence stretch of gene, returning the sequence, had to return in a json!


=cut

=head2

Method used to return subevidences based on feature id


=cut

=head2

Method us
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Services/BaseResponse.pm ( view source; MetaCPAN )
TML_DB::Models::Services::BaseResponse;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model of response returned from services

=cut

has stat
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Clients/BlastClient.pm ( view source; MetaCPAN )
 $request = HTTP::Request->new( GET => $url );
		$request->header( 'Content-Type' => 'application/json' );
		my $response = $user_agent->request($request);
		return $response->content;
	}
	elsif ( $me
r($parameters));
		use JSON;
		$request->content( encode_json($parameters) );
		$request->header(
			'Content-Type' => 'application/json',
			'Accept'       => 'application/json'
		);
		my $response =
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/Feature.pm ( view source; MetaCPAN )
ML_DB::Models::Application::Feature;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of result of features

=cut

h
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Clients/SearchDBClient.pm ( view source; MetaCPAN )
=> $url );
		$request->content($parameters);
	}
	$request->header( 'content_type' => 'application/json' );
	my $response = $user_agent->request($request);
	return $response->content;
}

sub stringifyP
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TranscriptionalTerminator.pm ( view source; MetaCPAN )
Application::TranscriptionalTerminator;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used to represent transcriptional terminator results

=cut

has cont
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/share/report_html_db.pl ( view source; MetaCPAN )
arquivo example.html
#	Pega o conteúdo e concatena a query no script SQL
#
###
$scriptSQL .= readJSON($html_file);
print $LOG "\n$html_file read!\n";

#apaga diretorios antigos com fastas
print $LOG 
pendences:\ncpan DBIx::Class Catalyst::Devel Catalyst::Runtime Catalyst::View::TT Catalyst::View::JSON Catalyst::Model::DBIC::Schema DBIx::Class::Schema::Loader MooseX::NonMoose\n";
    exit;
}
chomp 
\$formData = do { local \$/; <\$FILEHANDLER> };
    close(\$FILEHANDLER);
    use JSON;
    my \%hash = \%{ decode_json(\$formData) };

    foreach my \$key ( keys \%hash ) {
        if (\$key) {
    
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/AlienHunterSearch.pm ( view source; MetaCPAN )
Models::Application::AlienHunterSearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This is a class of a alien hunter result search

=cut

has id        	=> ( is => 'ro', 
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TRFSearch.pm ( view source; MetaCPAN )
_DB::Models::Application::TRFSearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of results from tandem repeats ann
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Services/PagedResponse.pm ( view source; MetaCPAN )
odels::Services::PagedResponse;

use Moose;
use MooseX::Storage;
with Storage('format'   =>      'JSON');

=pod

This class will be used to be a model of paged responses returned from services

=cut

Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/Subevidence.pm ( view source; MetaCPAN )
L_DB::Models::Application::Subevidence;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

Class used to represent data of subevidence

=cut

has id                  => ( is => '
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/RBSSearch.pm ( view source; MetaCPAN )
TML_DB::Models::Application::RBSSearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used to represent ribosomal binding site results

=cut

has contig  
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/NcRNASearch.pm ( view source; MetaCPAN )
L_DB::Models::Application::NcRNASearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

Class used to represent non coding RNA search result

=cut

has id           => ( is =>
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TRNASearch.pm ( view source; MetaCPAN )
DB::Models::Application::TRNASearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of results from tRNA annotations
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/script/report_html_db.pl ( view source; MetaCPAN )
arquivo example.html
#	Pega o conteúdo e concatena a query no script SQL
#
###
$scriptSQL .= readJSON($html_file);
print $LOG "\n$html_file read!\n";

#apaga diretorios antigos com fastas
print $LOG 
pendences:\ncpan DBIx::Class Catalyst::Devel Catalyst::Runtime Catalyst::View::TT Catalyst::View::JSON Catalyst::Model::DBIC::Schema DBIx::Class::Schema::Loader MooseX::NonMoose\n";
    exit;
}
chomp 
\$formData = do { local \$/; <\$FILEHANDLER> };
    close(\$FILEHANDLER);
    use JSON;
    my \%hash = \%{ decode_json(\$formData) };

    foreach my \$key ( keys \%hash ) {
        if (\$key) {
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.