Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Stuck in Perl.. Partial code, but it needs more improvement.. Any suggestions, please?

by glycine (Sexton)
on May 27, 2021 at 15:12 UTC ( [id://11133141]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                @cds = (@cds, $content[$start]);
                print @cds;
    
  2. or download this
           for ($start;$start <= $index_max; $start++)
            {
    ...
            print @origin;
            for @origin
            {
    
  3. 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";
        }
    
  4. or download this
    open(my $file, '<', $file_name) or die "Sorry, we can't open your $fil
    +;
    open (WRITE, ">>concatenare.txt");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11133141]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 17:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found