=item none: no cache usage, none temporary files are stored
...
...
@@ -522,6 +514,8 @@ with these options available:
=item use: force use cache, whatever the age of files
=item own_path_directory: use my own directory, and its files
=item old: remove the old files in the cache directory
=item empty: empty completely the cache directory
...
...
@@ -552,9 +546,9 @@ PROTOGENE re-builds the original alignment with nucleotidic information it has g
=item -
=item I<exonerate> version 2 from http://www.ebi.ac.uk/~guy/exonerate/
=item I<exonerate> from http://www.ebi.ac.uk/~guy/exonerate/
=item I<blast> from ftp://ftp.ncbi.nih.gov/blast/executables/LATEST/
=item I<blast> from http://www.ncbi.nlm.nih.gov/BLAST/download.shtml or http://blast.wustl.edu/
=back
...
...
@@ -562,9 +556,9 @@ PROTOGENE re-builds the original alignment with nucleotidic information it has g
=over 8
=item version 4.2.1
=item version 4.2.0
=item on Dec 18th, 2013
=item on Aug 08th, 2013
=back
...
...
@@ -842,7 +836,7 @@ sub fetch {
my $content = get($url);
print {*STDERR} "[$content]\n\n" if ($debug);
if ( defined $content ){
next XML if ( $content =~ /<ERROR>/i );
next XML if ( $content =~ /<ERROR>/i && $content !~ /<ERROR>Can not find description/i );
return $content;
}
}
...
...
@@ -905,7 +899,7 @@ sub protGI2NTGIs{
my $ntGIs = '';
my $geneID = '';
my $content = fetch("http://eutils.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=protein&db=nuccore,nucleotide,gene&id=$protGI&retmode=xml&tool=ProtoGene&email=smoretti\@unil.ch");
my $content = fetch("http://eutils.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=protein&db=nuccore,gene&id=$protGI&retmode=xml&tool=ProtoGene&email=smoretti\@unil.ch");