Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

  • #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


    • #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


      • #4
        Nope, I'm using Dindel 1.01.

        Comment


        • #5
          Hi Heisman,

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

          Jorge

          Comment


          • #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

            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 06:55 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-30-2024, 03:16 PM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-29-2024, 01:32 PM
            0 responses
            27 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-24-2024, 07:15 AM
            0 responses
            215 views
            0 likes
            Last Post seqadmin  
            Working...
            X