Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Help with running PAUDA?

    Hi all - I am starting on a metegenomics project, and I would like to be able to run the "poor man's BLASTX", or PAUDA. I have installed the program following the instructions provided in the README file with the software, but I keep getting an error message. I do have the prerequisite software installed (Bowtie2 and Java runtime environment 1.6 or higher). I also have set the environment variables PAUDA_INDEX_DIR and PAUDA_TMP_DIR as described in the Readme. If I type "env" on the command line these variables are set as they should be.

    When I run the following in the .../pauda/bin directory:

    ./pauda_build nr

    where nr is a protein database in FASTA format in the same directory, I get the error message:

    Error: PAUDA index directory "/dev/shm" already exists.
    Please remove existing directory or specify another location

    If I specify another directory I just keep getting the same error message. What am I doing wrong? Is there anyone who routinely runs this software that could provide some ideas as to what I have set incorrectly?

    Thanks!

  • #2
    Do you have a machine with plenty of RAM (PAUDA recommends more than 16 GB)?

    You must have set PAUDA_TMP_DIR to /dev/shm as noted in the readme for PAUDA. If you want to use an alternate directory you will have to reset the PAUDA_TMP_DIR to the new location (i.e. /tmp).

    A handy background about /dev/shm and /tmp (http://superuser.com/questions/45342...ould-i-use-tmp).

    Comment


    • #3
      Thanks for the reply. That does help me understand what specifying /dev/shm means. I am still learning how to use Linux, so this is great information.

      The machine I am using has 20g total of RAM, so I don't think that is the problem, unless it matters what is used, free, and swap memory. The -m command says I have 14g used, and 6g free. 20g is listed as free swap memory, whatever that means.

      I do have PAUDA_INDEX_DIR set as an environment variable. If I type env at the command line, I see an entry of "PAUDA_INDEX_DIR=/dev/shm".

      I find the error message perplexing. To me the /dev/shm folder should already exist, otherwise how could the software use a location that hasn't already been created? I am wondering if there is some permissions setting that is set incorrectly? I get the same error message when logged in as root.

      Another thing I noticed is that the Readme states that "The defaut directory for index files is called pauda-index and will be placed in the parent directory of pauda." This directory was never created when I unzipped the downloaded pauda software package. Is there some kind of makefile or something that I am missing, where I did not install the software correctly? It just says to download and unzip the file...

      Comment


      • #4
        Originally posted by A_sapidissima View Post
        The machine I am using has 20g total of RAM, so I don't think that is the problem, unless it matters what is used, free, and swap memory. The -m command says I have 14g used, and 6g free. 20g is listed as free swap memory, whatever that means.
        You should take a look at the output of

        Code:
        $ cat /proc/meminfo
        since that would give you reliable info about how much physical memory you have. I am not sure what flavor of unix you are using but just going on what is reported as "free" is not always reliable since the OS will dynamically manage RAM as needed and it may be marked as "used" till it is needed for a different program.

        I find the error message perplexing. To me the /dev/shm folder should already exist, otherwise how could the software use a location that hasn't already been created? I am wondering if there is some permissions setting that is set incorrectly? I get the same error message when logged in as root.
        /dev/shm is referring to a ramdisk. It should be world writable.

        Another thing I noticed is that the Readme states that "The defaut directory for index files is called pauda-index and will be placed in the parent directory of pauda." This directory was never created when I unzipped the downloaded pauda software package. Is there some kind of makefile or something that I am missing, where I did not install the software correctly? It just says to download and unzip the file...
        I have not used PAUDA but based on the readme file I am not sure if the program is dynamically moving the index to /dev/shm. I suppose you could create a directory (anywhere) and then set the PAUDA_INDEX_DIR variable to point to that directory. It appears that you have to "pauda-build" to create the indexes. The readme does say that you would need 10-20 GB of main memory for this process (not sure if it will work with nr).

        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, Today, 07:03 AM
        0 responses
        1 view
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-10-2024, 06:35 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-09-2024, 02:46 PM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-07-2024, 06:57 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Working...
        X