Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • illinu
    Member
    • Jul 2013
    • 55

    Contig Integrator for Sequence Assembly (CISA) error

    Hi,

    I am trying CISA program to integrate a set of contigs obtained with different assemblers and it seems pretty easy to run. Just 2 python scritps, one to merge the contigs and the second to perform the integration but so far I am getting this error:

    python CISA.py cisa.config
    CISA1....
    Contigs: 887
    Whole_Genome: 0
    Ref0.fa and Query0.fa start to run NUCmer!
    Done!
    Traceback (most recent call last):
    File "CISA.py", line 34, in <module>
    my_work.Start(g_l,infile,nucmer,CISA_S,current_p)
    File "/home/Documents/Software/CISA1.2/src/CISA1/Controllor_R1.py", line 43, in Start
    mywork.Start(genome_l,infile,nucmer)
    File "/home/Documents/Software/CISA1.2/src/CISA1/Auto_Run.py", line 172, in Start
    self.make_new_coords()
    File "/home/Documents/Software/CISA1.2/src/CISA1/Auto_Run.py", line 87, in make_new_coords
    f=open('CISA1/result'+str(count)+'.coords')
    IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords'


    Anyone knows what's wrong? There isn't any prework specifying anything about that result0.coords file.

    Thanks
  • illinu
    Member
    • Jul 2013
    • 55

    #2
    I just tried this program in Centos and I got a different error:

    python CISA.py cisa.config
    Traceback (most recent call last):
    File "CISA.py", line 31, in <module>
    from Controllor_R1 import R1
    ImportError: No module named Controllor_R1

    Comment

    • Yue Xu
      Member
      • Jun 2013
      • 16

      #3
      Originally posted by illinu View Post
      I just tried this program in Centos and I got a different error:

      python CISA.py cisa.config
      Traceback (most recent call last):
      File "CISA.py", line 31, in <module>
      from Controllor_R1 import R1
      ImportError: No module named Controllor_R1
      Hi, illinu, I have met the same as your. Do you sovle it?

      yours sicerely,
      Yue Xu

      Comment

      • illinu
        Member
        • Jul 2013
        • 55

        #4
        Hi Yue Xu,
        Yes! I contacted the owners and they explained that the only reason CISA can go wrong is due to not specifying the correct paths in the config file. I searched all the programs (nucmer, ncbi, etc) with 'which' command and copied the path. Then it worked.

        Hope it helps
        Illinu

        Comment

        • Yue Xu
          Member
          • Jun 2013
          • 16

          #5
          Hi illinu,
          Thank your reply. I also can run it.

          Best wishes,
          Yue Xu

          Comment

          • eyeziko
            Junior Member
            • May 2013
            • 6

            #6
            CISA answer

            Hi,

            I am trying CISA program to integrate a set of contigs obtained with different assemblers and it seems pretty easy to run. Just 2 python scritps, one to merge the contigs and the second to perform the integration but so far I am getting this error:

            python CISA.py cisa.config
            CISA1....
            Contigs: 887
            Whole_Genome: 0
            Ref0.fa and Query0.fa start to run NUCmer!
            Done!
            Traceback (most recent call last):
            File "CISA.py", line 34, in <module>
            my_work.Start(g_l,infile,nucmer,CISA_S,current_p)
            File "/home/Documents/Software/CISA1.2/src/CISA1/Controllor_R1.py", line 43, in Start
            mywork.Start(genome_l,infile,nucmer)
            File "/home/Documents/Software/CISA1.2/src/CISA1/Auto_Run.py", line 172, in Start
            self.make_new_coords()
            File "/home/Documents/Software/CISA1.2/src/CISA1/Auto_Run.py", line 87, in make_new_coords
            f=open('CISA1/result'+str(count)+'.coords')
            IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords'


            Anyone knows what's wrong? There isn't any prework specifying anything about that result0.coords file.

            Thanks

            Hello, I am just wondering if you were able to solve the problem. I ran into the same problem as above with CISA and I am yet to find a solution. Will appreciate your answer. Thank you
            eyeziko
            Last edited by eyeziko; 06-04-2014, 02:39 PM. Reason: forgot to include original question

            Comment

            • illinu
              Member
              • Jul 2013
              • 55

              #7
              Originally posted by eyeziko View Post
              Hi,
              Hello, I am just wondering if you were able to solve the problem. I ran into the same problem as above with CISA and I am yet to find a solution. Will appreciate your answer. Thank you
              eyeziko
              Hello eyeziko, My answer above to Yue Xu explains how I got it working:

              Hi Yue Xu,
              Yes! I contacted the owners and they explained that the only reason CISA can go wrong is due to not specifying the correct paths in the config file. I searched all the programs (nucmer, ncbi, etc) with 'which' command and copied the path. Then it worked.

              Comment

              • eyeziko
                Junior Member
                • May 2013
                • 6

                #8
                Thank you. it did work.

                Comment

                • chariko
                  Member
                  • Jun 2010
                  • 56

                  #9
                  Originally posted by Yue Xu View Post
                  Hi illinu,
                  Thank your reply. I also can run it.

                  Best wishes,
                  Yue Xu
                  I am having the same problem but after putting the way after running the command which it continues not working.

                  Thatśs my CISA config file:

                  genome=7000000
                  infile=1D14_Merged.ctg.fa
                  outfile=1D14_CISA.ctg.fa
                  nucmer=/usr/bin/nucmer
                  R2_Gap=0.95
                  CISA=/home/user/Illumina/software/CISA1.3/CISA.py
                  makeblastdb=/usr/bin/makeblastdb
                  blastn=/usr/bin/blastn

                  Any clue?

                  Thanks in advance

                  Comment

                  • illinu
                    Member
                    • Jul 2013
                    • 55

                    #10
                    Yes, change
                    CISA=/home/user/Illumina/software/CISA1.3/CISA.py
                    for
                    CISA=/home/user/Illumina/software/CISA1.3

                    Comment

                    • chariko
                      Member
                      • Jun 2010
                      • 56

                      #11
                      Originally posted by illinu View Post
                      Yes, change
                      CISA=/home/user/Illumina/software/CISA1.3/CISA.py
                      for
                      CISA=/home/user/Illumina/software/CISA1.3
                      Thank you very much for your comment. I did it and now I got the following error:

                      CISA.config
                      CISA1....
                      Contigs: 2013
                      Whole_Genome: 0
                      Ref0.fa and Query0.fa start to run NUCmer!
                      Done!
                      Traceback (most recent call last):
                      File "/home/user/Illumina/software/CISA1.3/CISA.py", line 34, in <module>
                      my_work.Start(g_l,infile,nucmer,CISA_S,current_p)
                      File "/home/user/Illumina/software/CISA1.3//src/CISA1/Controllor_R1.py", line 43, in Start
                      mywork.Start(genome_l,infile,nucmer)
                      File "/home/user/Illumina/software/CISA1.3//src/CISA1/Auto_Run.py", line 172, in Start
                      self.make_new_coords()
                      File "/home/user/Illumina/software/CISA1.3//src/CISA1/Auto_Run.py", line 87, in make_new_coords
                      f=open('CISA1/result'+str(count)+'.coords')
                      IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords'

                      In theory this error is due to the wrong path for nucmer as told in troubleshooting but I do not know why am I getting that error.

                      If I run nucmer (it's on the path) it runs normally so I don know what's happening

                      Thanks again

                      Comment

                      • illinu
                        Member
                        • Jul 2013
                        • 55

                        #12
                        Did you get the paths to nucmer with
                        $ which nucmer

                        I have it in /usr/bin/nucmer but you might have it elsewhere... check that well. Check it for all.

                        Also make sure you write
                        CISA=/home/user/Illumina/software/CISA1.3
                        and not
                        CISA=/home/user/Illumina/software/CISA1.3/

                        remove the last '/'

                        Comment

                        • chariko
                          Member
                          • Jun 2010
                          • 56

                          #13
                          Originally posted by chariko View Post
                          Thank you very much for your comment. I did it and now I got the following error:

                          CISA.config
                          CISA1....
                          Contigs: 2013
                          Whole_Genome: 0
                          Ref0.fa and Query0.fa start to run NUCmer!
                          Done!
                          Traceback (most recent call last):
                          File "/home/user/Illumina/software/CISA1.3/CISA.py", line 34, in <module>
                          my_work.Start(g_l,infile,nucmer,CISA_S,current_p)
                          File "/home/user/Illumina/software/CISA1.3//src/CISA1/Controllor_R1.py", line 43, in Start
                          mywork.Start(genome_l,infile,nucmer)
                          File "/home/user/Illumina/software/CISA1.3//src/CISA1/Auto_Run.py", line 172, in Start
                          self.make_new_coords()
                          File "/home/user/Illumina/software/CISA1.3//src/CISA1/Auto_Run.py", line 87, in make_new_coords
                          f=open('CISA1/result'+str(count)+'.coords')
                          IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords'

                          In theory this error is due to the wrong path for nucmer as told in troubleshooting but I do not know why am I getting that error.

                          If I run nucmer (it's on the path) it runs normally so I don know what's happening

                          Thanks again
                          I could finally run the program when I put all my files in the CISA1.3 folder. I still don't know why it does not work in their original folder but at least it worked.

                          Thanks a lot

                          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, Today, 08:59 AM
                          0 responses
                          8 views
                          0 reactions
                          Last Post SEQadmin2  
                          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
                          17 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 05-28-2026, 11:40 AM
                          0 responses
                          29 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...