Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Jaap
    Junior Member
    • Oct 2010
    • 3

    #16
    Ah Ofcourse. Was confused by the separate alignment files.
    Thanks.

    Comment

    • libiyagirl
      Member
      • Jan 2011
      • 27

      #17
      In my case, when I was running

      $ python makeWindows.py --inputVarFile 1.txt --windowFileFrefix sample.realign_windows--numWindowsPerFile 1000

      it says I should specify --windowFilePrefix
      why? how to solve this problem?

      Comment

      • libiyagirl
        Member
        • Jan 2011
        • 27

        #18
        Please ignore my message, problem solved!

        Comment

        • aos
          Junior Member
          • Mar 2011
          • 1

          #19
          Problems installing dindel

          Can somebody help?
          Executing make produces this list of warnings and errors
          (I had to edit the messages to remove the smilies...)

          ###########################################
          make
          g++ -o dindel -I/home/aoschmitt/Desktop/samtools-0.1.14/ -Iseqan_library/ -I./ -Wno-deprecated -O3 DInDel.o HapBlock.o HaplotypeDistribution.o ObservationModelFB.o GetCandidates.o Faster.o -L/home/aoschmitt/Desktop/samtools-0.1.14/ -lbam -lz -lboost_program_options -static
          /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libbam.a(knetfile.o): In function `socket_connect':
          (.text+0xa8d): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
          DInDel.o : In function `T.12415':
          DInDel.cpp: (.text+0x9c2b): undefined reference to `boost :: program_options::validation_error::validation_error(boost: rogram_options::validation_error::kind_t, std::basic_string char

          [......]

          DInDel.o InDel.cpp .text+0x26f05): more undefined references to `boost: rogram_options: options_description: ptions_description(std::basic_string char, std::char_traits<char>, std::allocator char const&, unsigned int, unsigned int)' follow
          collect2: ld returned 1 exit status
          Last edited by aos; 03-25-2011, 05:28 AM.

          Comment

          • francesconea
            Junior Member
            • Apr 2011
            • 5

            #20
            Hello everyone,
            I have problems with the very first step of Dindel. I mean, I should give it my "raw" bam files, right? Not merged, not realigned, just sorted.
            so, what I actually do is:
            dindel --ref ref.fa --outputFile sample.dindel_output --analysis getCIGARindels --region region.interval_list --bamFile sample.bam

            and what I got is Error parsing input options. Usage: plus the complete list of options and commands. Where's my mistake?

            Thanks in advance,

            Francesco
            wherever you go, whatever you do, always bring a bioinformatic with you

            Comment

            • lshen
              Member
              • Jan 2008
              • 30

              #21
              Here is my commands used

              #####################
              ## GB1G
              mkdir /data/lshen/sv/yeast2/w303/dindel_GB1G_101
              cd /data/lshen/sv/yeast2/w303/dindel_GB1G_101


              /home/lshen/bio/dindel-1.01/dindel-1.01 --analysis getCIGARindels --minCount 5 --bamFile ../novo_GB1G_recal_w303a.bam --outputFile novo_GB1G_recal_w303a.dindel_output_minCount5 --ref /data/lshen/sv/yeast/w303.fa





              /home/lshen/bio/dindel-0.12/makeWindows.py --inputVarFile novo_GB1G_recal_w303a.dindel_output.variants.txt --windowFilePrefix novo_GB1G_recal_w303a.dindel_output.realign_windows --numWindowsPerFile 5000




              nohup /home/lshen/bio/dindel-1.01/dindel-1.01 --analysis indels --doDiploid --bamFile ../novo_GB1G_recal_w303a.bam --ref /data/lshen/sv/yeast/w303.fa --varFile novo_GB1G_recal_w303a.dindel_output.realign_windows.1.txt --libFile novo_GB1G_recal_w303a.dindel_output.libraries.txt --outputFile novo_GB1G_recal_w303a.dindel_stage2_output_windows.1 &


              # create glf.list.GB1G.w303.txt:

              novo_GB1G_recal_w303a.dindel_stage2_output_windows.1.glf.txt
              novo_GB1G_recal_w303a.dindel_stage2_output_windows.2.glf.txt
              novo_GB1G_recal_w303a.dindel_stage2_output_windows.3.glf.txt


              /home/lshen/bio/dindel-1.01/mergeOutputDiploid.py --inputFiles glf.list.GB1G.w303.txt --outputFile novo_GB1G_w303a_recal.dindel101_all.vcf --refFile=/data/lshen/sv/yeast/w303.fa -s GB1G -f 5

              wc -l novo_GB1G_w303a_recal.dindel101_all.vcf

              Comment

              • francesconea
                Junior Member
                • Apr 2011
                • 5

                #22
                Hi lshen, and thank you very much for you help
                I just tried that, and doesn't work. I tried also to cancel the "minCount" option and...nothing. In addiction, in the usage it says that with "--analysis getCIGARindels" the region is required too... putting it or not doesn't make any difference...in the sense that it just doesn't work.
                Any hints?
                wherever you go, whatever you do, always bring a bioinformatic with you

                Comment

                • lshen
                  Member
                  • Jan 2008
                  • 30

                  #23
                  Just tried again the first command, and no problem. I used novoalign for SAM and generated BAM. Did you tried some example BAM files?



                  /home/lshen/bio/dindel-1.01/dindel-1.01 --analysis getCIGARindels --minCount 5 --bamFile ../novo_GB1G_recal_w303a.bam --outputFile novo_GB1G_recal_w303a.dindel_output_minCount5 --ref /data/lshen/sv/yeast/w303.fa


                  ## some output:

                  Reading BAM file: ../novo_GB1G_recal_w303a.bam
                  Parsing indels from CIGAR strings...
                  Number of reads read: 1000000
                  Wrote indels in CIGARS for target chr10 to file novo_GB1G_recal_w303a.dindel_output_minCount5

                  Comment

                  • francesconea
                    Junior Member
                    • Apr 2011
                    • 5

                    #24
                    Thank you again lshen Just tried that again, but nothing happens (except the usage commands mistycally appearing soon after I enter the command line ). don't really know what to do...
                    wherever you go, whatever you do, always bring a bioinformatic with you

                    Comment

                    • evani
                      Junior Member
                      • Aug 2010
                      • 3

                      #25
                      @francesconea Were you able to find solution for your problem ? I tried running dindel and ran into the same problem.

                      Thanks

                      Comment

                      • lshen
                        Member
                        • Jan 2008
                        • 30

                        #26
                        Now that GATK now has implemented dindel in its UnifiedGenotyper, maybe it's easier to just shift to GATK. It needs some time to get familiar with the (too) powerful GATK, but it is really worthy of trying out.
                        Last edited by lshen; 10-11-2011, 05:59 PM.

                        Comment

                        • evani
                          Junior Member
                          • Aug 2010
                          • 3

                          #27
                          Thanks Ishen, will look into GATK.

                          BTW, for future reference here is the fix for the Dindel problem.

                          Comment

                          • jbwhitak
                            Junior Member
                            • Nov 2010
                            • 1

                            #28
                            For those getting the "Error parsing input options." with dindel v1.01, downloading the older version of dindel solves the problem (version 0.12).

                            This version is not available on the dindel webpage, but can be found here as dindel-0.12.tar.gz: https://sites.google.com/site/keesalbers/soft/dindel

                            This package does not require any installation, so you only need to unzip the tarball and execute stage1 with:
                            ./dindel_x86-64 --analysis getCIGARindels --bamFile <input BAM> --outputFile <output prefix> --ref <path to reference fasta>

                            Comment

                            • lshen
                              Member
                              • Jan 2008
                              • 30

                              #29
                              But I think the outputs are quite different between these 2 versions and actually some distance from being interchangeable.

                              Comment

                              • david_2012
                                Junior Member
                                • Mar 2012
                                • 4

                                #30
                                Solution to &quot;Error parsing input options&quot; in dindel

                                I can second evani on the link (http://openwetware.org/wiki/User:Lin...MR915/20101124), that got the first run of dindel working for me, the decisive part being:
                                "fixed the bug by changing "bamFiles" to "bamList" in /usr/local/package/dindel-1.01-src/DInDel.cpp (seems to be a bug in BOOST http://lists.boost.org/Archives/boost/2006/01/98811.php )"
                                After that, you still have to re-make from the source files and then the first run of dindel worked for me.

                                But I still got the same error for the second run of dindel. So, I now just switched over to the pre-compiled binary, that is available for download on the dindel website, and it all works!
                                Last edited by david_2012; 07-16-2012, 02:34 PM.

                                Comment

                                Latest Articles

                                Collapse

                                • 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
                                • SEQadmin2
                                  Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                                  by SEQadmin2


                                  With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                                  Introduction

                                  Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                                  05-22-2026, 06:42 AM
                                • SEQadmin2
                                  Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                                  by SEQadmin2

                                  Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                                  Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                                  05-06-2026, 09:04 AM

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, 06-02-2026, 12:03 PM
                                0 responses
                                21 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-02-2026, 11:40 AM
                                0 responses
                                14 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 05-28-2026, 11:40 AM
                                0 responses
                                29 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 05-26-2026, 10:12 AM
                                0 responses
                                31 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...