Changeset 213

Show
Ignore:
Timestamp:
05/06/09 13:03:22 (7 months ago)
Author:
bmoore
Message:

minor changes to iprscan_batch and fasta_merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bin/fasta_merge

    r205 r213  
    55use File::Temp qw(tempfile); 
    66 
    7 my $usage = ""; 
     7my $usage = " 
     8 
     9Synopsis: 
     10 
     11fasta_merge --datastore /maker/datastore -o genome.all 
     12 
     13Descriptions: 
     14 
     15This script will take a MAKER datastore, extract all the relevant 
     16fasta files and create fasta files with -o base name for all the 
     17relevant categories of sequence (i.e. transcript, protein, GeneMark 
     18protien, etc.). 
     19 
     20Options: 
     21 
     22  -d The location of the MAKER datastore 
     23  -o The base name for the output files. 
     24  -i A optional list of files to process along with or instead of the 
     25     datastore. 
     26 
     27"; 
    828 
    929my $datastore; 
  • bin/iprscan_batch

    r208 r213  
    2929my $file = shift; 
    3030my $cpus = shift || 1; 
    31 my $log = shift; 
     31my $log = shift; 
    3232 
    3333if(! $file){