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
      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
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 11:49 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-24-2024, 08:47 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    61 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Working...
    X