Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xy6699
    Member
    • Oct 2011
    • 12

    #1

    convert junctions.bed to .juncs

    Hi,

    Did anyone try the script " bed_to_juncs" supplied by tophat to convert junctions.bed to .juncs file ?

    I have run: bed_to_juncs junctions.bed new_list.juncs,
    but it's still running after two days!!! There is no error coming out.

    After I forced it to stop by typing ^C, the following message came out:
    ^CTraceback (most recent call last):
    File "/tophat-1.3.3/src/bed_to_juncs", line 68, in <module>
    sys.exit(main())
    File "/tophat-1.3.3/src/bed_to_juncs", line 43, in main
    for line in sys.stdin.readlines():
    KeyboardInterrupt

    My junctions.bed has 26630 lines. Is it normal to take such a long time? What's the problem?

    Many thanks for the help!
  • craigb
    Junior Member
    • Sep 2011
    • 4

    #2
    I know it's been a while but just in case anyone else hits this you need to pipe the inputs in and out of the script so you should run:

    bed_to_juncs < junctions.bed > new_list.juncs

    I found it threw an error about new_list.juncs being malformed but the file does get created.

    Comment

    • adumitri
      Member
      • Jan 2010
      • 27

      #3
      Hi craigb,

      Thank you for your post - it was useful. I was wondering if you found out anything else about the warning message you mentioned:

      Code:
      Warning: malformed line 1, missing columns
      	track name=junctions description="TopHat junctions"
      The new_list.juncs output file looks fine for me, but just wanted to make sure nothing was wrong with it.

      Alexandra

      Comment

      • craigb
        Junior Member
        • Sep 2011
        • 4

        #4
        I didn't look into it anymore at the time, but looking at the warning message its not something to worry about.

        The line "track name=junctions description="TopHat junctions" is (I think) just used by genome browsers to add extra display information, so if you're trying to get the juncs file that information wouldn't be of any use there.

        HTH

        Craig

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          How Immunogenomics Decodes Immunity’s Genetic Blueprint
          by SEQadmin2




          The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

          This convergence of genetics, immunology, and computation...
          Today, 05:41 AM
        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-24-2026, 10:32 AM
        0 responses
        42 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-20-2026, 11:17 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-18-2026, 10:05 AM
        0 responses
        55 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-13-2026, 12:22 PM
        0 responses
        50 views
        0 reactions
        Last Post SEQadmin2  
        Working...