Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jorge
    Member
    • Jun 2011
    • 25

    DINDEL --varFile not specified

    Hello,

    I'm aware this issue (or similar) has been alerady posted but I don't get DINDEL to work for the 'Stage 3' (version 1.0, page 4 of the documentation). Basically it asks me for the candiate variant file ('Please specify the file with the candidate variants.'). However I think I've already supplied the windows file using the following command where '--varFile' is used for that.

    [PATH_TO_DINDEL]/dindel \
    --analysis indels \
    --doDiploid \
    --bamFile [PATH_TO_BAM_FILE]/file.bam \
    --ref [PATH_TO_REFERENCE_GENOME]/hg19.fa \
    --varFile [PATH_TO_CANDIDATE_VARIANTS_FILE]/file.windows.1.txt \
    --libFile [PATH_TO_LIBRARY_FILE]/file.libraries.txt \
    --outputFile [PATH_FOR_OUTPUT_FILE]

    I would d be grateful if someone could help me to identify what I'm dowing wrong.

    Thanks a lot
    Jorge
  • Heisman
    Senior Member
    • Dec 2010
    • 534

    #2
    I love Dindel, but it was a big hassle to figure out how to make it run.

    I wrote a bash script to run Dindel as part of a larger pipeline. I have tried to take out the relevant lines and delete things that are not necessary. Hopefully it can help you and others out:

    Code:
    /dindel-1.01-src/dindel --analysis getCIGARindels --quiet --bamFile [aligned_file] --outputFile [dindel_output_1] --ref [reference.fa]
    
    mkdir [first_directory]
    
    /dindel-1.01-python/makeWindows.py --inputVarFile [dindel_output_1].variants.txt --windowFilePrefix [first_directory/temp_one] --numWindowsPerFile 1000
    
    mkdir [second_directory]
    
    trial=`ls -1 [first_directory] | wc -l`
    
    for ((i=1;i<=trial;++i))
    
    do
    
    /dindel-1.01-src/dindel --analysis indels --doDiploid --quiet --bamFile [aligned_file] --ref [reference.fa] --varFile [first_directory/temp_one].'$i'.txt' --libFile '[dindel_output_1].libraries.txt' --outputFile '[second_directory].dindel_output_stage1_output_windows.'$i
    
    done
    
    ls [second_directory] | grep ".glf.txt" > [dindel_list]
    
    sed 's,^,[second_directory]/,' [dindel_list] > [full_dindel_list]
    
    /Users/blevinson/Shared/DINDEL/dindel-1.01-python/mergeOutputDiploid.py --inputFiles [full_dindel_list] --outputFile [dindel_variant.vcf] --ref [reference.fa]
    In your case I can't see anything obviously wrong... are you 100% sure you have the path correctly specified?

    Comment

    • jorge
      Member
      • Jun 2011
      • 25

      #3
      Hello Heisman,

      Thanks for the code. Just one question, are you using dindel-0.12 ? I that case I get the program to work, however I get the error if I use dindel-1.01.

      Thanks
      Jorge

      Comment

      • Heisman
        Senior Member
        • Dec 2010
        • 534

        #4
        Nope, I'm using Dindel 1.01.

        Comment

        • jorge
          Member
          • Jun 2011
          • 25

          #5
          Hi Heisman,

          Ok thanks, I got feedback from Kees (the author). It seems it's a problem with my boost version.

          Jorge

          Comment

          • Heisman
            Senior Member
            • Dec 2010
            • 534

            #6
            Ah, yes, I had a problem when I first tried to install it because I used boost 1.48 instead of boost 1.45.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              Yesterday, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:04 AM
            0 responses
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            9 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...