Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bsk8635
    Junior Member
    • Jun 2011
    • 2

    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.
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #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

    • bsk8635
      Junior Member
      • Jun 2011
      • 2

      #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

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #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

        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        49 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        108 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        125 views
        0 reactions
        Last Post SEQadmin2  
        Working...