Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Problem in RAM usage while threading the program

by marioroy (Prior)
on Dec 20, 2019 at 08:41 UTC ( [id://11110418]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl create_fasta.pl > NR.fasta
    ...
            print "$s\n";
        }
    }
    
  2. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl create_peptides.pl > peptides.txt
    ...
        my $seq = join '', shuffle(split //, $nr_partial_seq), "\n";
        print substr($seq, rand($len), 15), "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found