Bioinformatics Training Network (BTN) comprises individuals involved in the provision of bioinformatics training. You can find more detail at http://www.biotnet.org/It contain several bioinformatics PPT, PDF etc
In such cases you can use File::Find module (http://perldoc.perl.org/File/Find.html). For beginner PerlMonk have very nice tutorial: http://www.perlmonks.org/?node_id=217166
use strict;use File::Find;
find(\&wanted,...
Hi Bioinformaticians,
I am new to bioinformatics and Perl. So, please execuse me if I disturb you all with newbie question.
I am strugling to find a specific files (cattle_genome.fasta) from a folder and sub folders, and read it. I got...