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
              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...
              Today, 07:48 AM
            • seqadmin
              Essential Discoveries and Tools in Epitranscriptomics
              by seqadmin




              The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
              04-22-2024, 07:01 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 07:17 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-02-2024, 08:06 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-30-2024, 12:17 PM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-29-2024, 10:49 AM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Working...
            X