- or download this
@cds = (@cds, $content[$start]);
print @cds;
- or download this
for ($start;$start <= $index_max; $start++)
{
...
print @origin;
for @origin
{
- or download this
#This chromosome have tags. Identify CDS ones.
my @features =$mySeq ->all_seqfeatures();
...
print "Feature region has tag", $tag, "CDS",
join(‘ ‘,$feat->each tag value($tag)), "\n";
}
- or download this
open(my $file, '<', $file_name) or die "Sorry, we can't open your $fil
+;
open (WRITE, ">>concatenare.txt");