Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • MapSplice V1.15.2 error

    Hi all

    Im using Mapsplice with pair reads. I got the error message:


    error: open entended file error

    [FAILED]

    Error: check reads format failed


    Any idea to solve this error??

    Regards

  • #2
    It's probably "error: open extended file error", not "error: open entended file error"

    Any previous output? , there's usually a complete narrative which looks like this example ...

    [Thu Jun 21 11:17:06 2012] Checking for chromosomes files or directory
    [Thu Jun 21 11:17:07 2012] Checking for chromosomes files or directory passed
    [Thu Jun 21 11:17:07 2012] Checking for Bowtie index files
    [Thu Jun 21 11:17:07 2012] check reads format
    [Thu Jun 21 11:19:23 2012] merge paired end reads remove short
    [Thu Jun 21 11:27:15 2012] Mapping reads against bowtie_index_basename with Bowtie

    What is the name of the last output in the logs directory ???


    The program bin/mapsplice_segments.py contains the "check reads format failed" strings at line 4946 of 7830 ...
    Code:
        if DEBUG == 1:
            print >> sys.stderr, "[%s] check reads format" % dividereads_cmd
        #print >> sys.stderr, "[%s] divide reads" % dividereads_cmd
        try:
            retcode = subprocess.call(dividereads_cmd, stdout=mapsplice_log)
    
            if retcode > 0:
                print >> sys.stderr, fail_str, "Error: check reads format failed"
                exit(1)
    So it's dividereads_cmd is failing.

    It looks like there's a nice debug command in the "if DEBUG == 1" clause on line 4939.

    Try turning on DEBUG = 1 on line 120 of the python source file "bin/mapsplice_segments.py", then re-run it. That should give you a better hint.

    Remember to set the path to point to the mapsplice "bin" directory in addition to your regular path.

    Comment


    • #3
      Hi

      Problem solved. I forgot to put the path of the read_end2:

      I put "path/read_end1, read_end2" but the correct is "path/read_end1, path/read_end2".

      Many thanks,

      P

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Techniques and Challenges in Conservation Genomics
        by seqadmin



        The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

        Avian Conservation
        Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
        03-08-2024, 10:41 AM
      • seqadmin
        The Impact of AI in Genomic Medicine
        by seqadmin



        Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
        02-26-2024, 02:07 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 03-14-2024, 06:13 AM
      0 responses
      32 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 03-08-2024, 08:03 AM
      0 responses
      72 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 03-07-2024, 08:13 AM
      0 responses
      80 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 03-06-2024, 09:51 AM
      0 responses
      68 views
      0 likes
      Last Post seqadmin  
      Working...
      X