Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • BFAST error durig match: Could not start thread

    Hi,

    I have been playing around with BFAST the last couple of days and I can't get past the match step as it gives me the following error message after it has checked my command line arguments:


    $ bfast match -f MgIM62u.fasta -r A1.fastq > bfast.matches.MgIM62u.bmf
    ************************************************************
    Checking input parameters supplied by the user ...
    Validating fastaFileName MgIM62u.fasta.
    Validating readsFileName A1.fastq.
    Validating tmpDir path ./.
    **** Input arguments look good!
    ************************************************************
    ************************************************************
    Printing Program Parameters:
    programMode: [ExecuteProgram]
    fastaFileName: MgIM62u.fasta
    mainIndexes [Auto-recognizing]
    secondaryIndexes [Not Using]
    readsFileName: A1.fastq
    offsets: [Using All]
    loadAllIndexes: [Not Using]
    compression: [Not Using]
    space: [NT Space]
    startReadNum: 1
    endReadNum: 2147483647
    keySize: [Not Using]
    maxKeyMatches: 8
    maxNumMatches: 384
    whichStrand: [Both Strands]
    numThreads: 1
    queueLength: 250000
    tmpDir: ./
    timing: [Not Using]
    ************************************************************
    Searching for main indexes...
    Found 1 index (1 file).
    Not using secondary indexes.
    ************************************************************
    Reading in reference genome from MgIM62u.fasta.nt.brg.
    In total read 1546 contigs for a total of 313500235 bases
    ************************************************************
    Reading A1.fastq into a temp file.
    Will process 30325510 reads.
    ************************************************************
    Searching index file 1/1 (index #1, bin #1)...
    Reading index from MgIM62u.fasta.nt.1.1.bif.
    Read index from MgIM62u.fasta.nt.1.1.bif.
    Reads processed: 0************************************************************
    In function "FindMatches": Fatal Error[ThreadError]. Variable/Value: pthread_create: errCode.
    Message: Could not start thread.
    ***** Exiting due to errors *****
    ************************************************************


    Any ideas what this is related to? Since I have no idea what the problem is related to, I don't really know what additional information I should provide to help you help me.

    Thanks in advance for your help!

    -Boryana
    Last edited by bsk8635; 06-15-2011, 09:18 AM.

  • #2
    Report what the error code is. To do so, add the following to the code and re-compile:
    Code:
    diff --git a/bfast/RunMatch.c b/bfast/RunMatch.c
    index d8e7de3..3cffe1a 100644
    --- a/bfast/RunMatch.c
    +++ b/bfast/RunMatch.c
    @@ -853,6 +853,7 @@ int FindMatches(char **indexFileName,
                                            FindMatchesThread, /* start routine */
                                            &data[i]); /* data to routine */
                            if(0!=errCode) {
    +                            fprintf(stderr, "errCode=%d\n", errCode);
                                    PrintError(FnName, "pthread_create: errCode", "C
                            }
                    }

    Comment


    • #3
      Hi Nils,

      Please bear with me for a second. I am not familiar with C at all, so could you please tell me which file (I assume RunMatch.c) and exactly where in the file (line number might be helpful) I need to add the given lines of code? The version of bfast installed on the cluster is 0.6.5a.

      Thank you very much for your help with this issue.

      - Boryana

      Comment


      • #4
        Add this line "fprintf(stderr, "errCode=%d\n", errCode);" in RunMatch.c. See the context (called a diff) above.

        My guess is that it is not BFAST related, but related to your specific operating system configuration. This would be a good time to talk to your system administrator and/or seek bioinformatics help.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Techniques and Challenges in Conservation Genomics
          by seqadmin



          The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

          Avian Conservation
          Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
          03-08-2024, 10:41 AM
        • seqadmin
          The Impact of AI in Genomic Medicine
          by seqadmin



          Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
          02-26-2024, 02:07 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-14-2024, 06:13 AM
        0 responses
        33 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-08-2024, 08:03 AM
        0 responses
        72 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-07-2024, 08:13 AM
        0 responses
        81 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-06-2024, 09:51 AM
        0 responses
        68 views
        0 likes
        Last Post seqadmin  
        Working...
        X