Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rhubley
    Member
    • Sep 2012
    • 10

    #16
    Hi Ben,

    That's an interesting find. Alke's filter-stage-1.prl script should be better at reporting when it cannot find a dependent program. I added the following code to the script:

    use File::Which;
    unless ( which( $TRF_COMMAND ) && which( $NSEG_COMMAND ) )
    {
    die "ERROR: RepeatScout script filter-stage-1.prl cannot find 'trf' or 'nseg' programs in the user's path!\n";
    }

    This should at least produce an error message that will indicate something went wrong. I don't see why you would need to get rid of the "$ENV{'TRF_COMMAND'} ||" portion as that is simply a conditional statement which allows you to have environmental variables set to point to the programs location. Perhaps you have these environmental variables set and set incorrectly? Perhaps when you ran the program you hadn't updated the shell's path in memory ( using rehash command )? In any case, I am glad you got it working. I will push this change to filter-stage-1.prl out in the next release of RepeatScout.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    38 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...