search stocks by location
[sgn.git] / cgi-bin / phenome / population_indls.pl
blob0cf47619cabf61932a3f64ea2669780e077bfdd2
1 #!/usr/bin/perl -w
3 =head1 DESCRIPTION
4 redirects to qtl_analysis.pl
6 =cut
8 use strict;
9 use warnings;
12 use CGI;
14 my $cgi = CGI->new();
15 my $pop_id = $cgi->param('population_id');
16 my $term_id = $cgi->param('cvterm_id');
18 print $cgi->redirect("qtl_analysis.pl?population_id=$pop_id&cvterm_id=$term_id", 301);