Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Running Dindel on OS X with XGRID

    Hi,

    I had successfully installed dindel on 5 OSX 10.6.4 computer and server. Exactly the same install for all, with exactly the same paths for all.

    Dindel was successfully compiled with the same modified Makefile (add boost library file, path to samtools dir, remove static flag) and run locally on each computer but if I want to submit a dindel job trough the xgrid command :

    xserver$ xgrid -job submit /opt/local/bin/dindel {
    jobIdentifier = 50;
    }
    xserver$ xgrid -job results -id 50
    dyld: Library not loaded: /opt/local/lib/libboost_program_options.dylib
    Referenced from: /opt/local/bin/dindel
    Reason: no suitable image found. Did find:
    /opt/local/lib/libboost_program_options.dylib: open() failed with errno=1


    if i look in /usr/include/sys/errno.h for what is errno number 1 I had a very useful : #define EPERM 1 /* Operation not permitted */

    Did someone have had the same problem and find a fix for it ?

    Thank's

  • #2
    solution

    I reply to myself as I solved my problem, but it may be usefull for others.

    Actually the problem was due to the sandbox access use by xgrid.

    You could find explanations here :



    in brief it is a permision problem. if you don't use kerberos run on xgrid will go as nobody and it don't have enought rigth to write. the good practice is to use kerberos.

    The quick and dirty way is this one (on each xgrid agent) but IT'S A SECURITY HOLE!

    $ sudo mv /usr/share/sandbox/xgridagentd_task_nobody{,.orig}.sb

    $ sudo cp /usr/share/sandbox/xgridagentd_task_{some,no}body.sb

    --Olivier

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 06:57 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Working...
    X