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
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM
        • seqadmin
          Addressing Off-Target Effects in CRISPR Technologies
          by seqadmin






          The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
          08-27-2024, 04:44 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:25 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 01:02 PM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-18-2024, 06:39 AM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-11-2024, 02:44 PM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Working...
        X