- or download this
#!/software/bin/perl
...
return ($caveman_list);
}
- or download this
$VAR1 = {
'42-MG-BA' => [
...
'position' => '9561557',
'genotype' => 'G'
},
- or download this
$VAR1 = {
'42-MG-BA' => [
...
'position' => '158773936',
'genotype' => 'AA'
},
- or download this
foreach my $sam (keys % {$geno_seq_list} ) {
my $seq_used = $geno_seq_list->{$sam};
...
# }
}
}