Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #76
    Originally posted by AnthonyB View Post
    Yes, I'm using maf2sam.py for the conversion and I had noticed that there was currently no implicit paired-end distance set in the SAM file (Tablet reports all the lengths as 0). I'd be happy to share some MIRA assemblies if it would help, but it seems that this type of shading is beyond Tablet's functionality (at least for the time being).
    Please get in touch via a DM on the forum, or via a github message. Or, if you don't mind having it public, posting a URL here would also suit me.

    Originally posted by AnthonyB View Post
    Also, as far as I can see (and please let me know if there something I'm missing), Tablet doesn't differentiate in-contig with off-contig mapped pairs by color, only those with unmapped pairs.
    Um. Gordon? I know there are at least four colours in that mode... Maybe room for one more?

    Peter
    Last edited by maubp; 09-26-2011, 10:59 PM.

    Comment

    • GStephen
      Junior Member
      • Mar 2010
      • 9

      #77
      Originally posted by maubp View Post
      Um. Gordon? I know there are at least four colours in that mode... Maybe room for one more?
      I'm working on it as we speak. It's likely there will be two extra colours as opposed to one though. One for first in pair with its partner in another contig and another for second in pair with its partner in another contig.

      Gordon

      Comment

      • maubp
        Peter (Biopython etc)
        • Jul 2009
        • 1544

        #78
        Originally posted by GStephen View Post
        I'm working on it as we speak. It's likely there will be two extra colours as opposed to one though. One for first in pair with its partner in another contig and another for second in pair with its partner in another contig.
        Perhaps it would be more general to use these new colours for reads where the 0x02 "properly paired" flag is not set? That should cover this situation (mapped to different contigs) and things like mapped in the wrong orientation. Assuming the tool generating the SAM/BAM file uses the flag properly

        [Certainly this should work with maf2sam.py which currently sets the properly paired flag when the reads are mapped to the same contig]

        Comment

        • phatjoe
          Member
          • Aug 2011
          • 13

          #79
          Hi,
          I am new to tablet and I've encountered this problem.

          error: java.io.IOException: No space left on device

          Reference genome file: 1.7Gb
          sam file: 35Gb

          I have alllocated a 48Gb memory on tablet. Any thoughts on why am I still getting this error?

          Thanks in advance!

          Comment

          • imilne
            Member
            • Jan 2010
            • 68

            #80
            Originally posted by phatjoe View Post
            Hi,
            I am new to tablet and I've encountered this problem.

            error: java.io.IOException: No space left on device
            That sounds like you're out of disk space rather than memory. Go into Tablet Options and change the location of its cache directory to somewhere with plenty of free space. If you also convert the sam file to bam, then Tablet won't need much working space either.

            Iain
            Our software: Tablet | Flapjack | Strudel | CurlyWhirly | TOPALi

            Comment

            • phatjoe
              Member
              • Aug 2011
              • 13

              #81
              Originally posted by imilne View Post
              That sounds like you're out of disk space rather than memory. Go into Tablet Options and change the location of its cache directory to somewhere with plenty of free space. If you also convert the sam file to bam, then Tablet won't need much working space either.

              Iain
              You are right! Thanks for the speedy reply!

              Comment

              • GStephen
                Junior Member
                • Mar 2010
                • 9

                #82
                We've released a new version of Tablet today. People with Tablet already installed should see the update prompt the next time they open Tablet.

                You can download Tablet from our website where there is also a listing of the changes to Tablet since the last release.

                Gordon

                Comment

                • zlu
                  Member
                  • Nov 2008
                  • 34

                  #83
                  Originally posted by imilne View Post
                  It already can. Just right-click the consensus sequence and select a copy-to-clipboard option.

                  Iain
                  When I select the copy-to-clipboard option, the sequence that gets copied is in fact the reference sequence. So is the consensus here not referring to the real consensus of the mapping? In the attached screen-shot, I'll say the highlighted T should be the consensus but not the C that shows up in the "consensus" track. Or am I doing something wrong here?
                  Attached Files

                  Comment

                  • maubp
                    Peter (Biopython etc)
                    • Jul 2009
                    • 1544

                    #84
                    Originally posted by zlu View Post
                    When I select the copy-to-clipboard option, the sequence that gets copied is in fact the reference sequence. So is the consensus here not referring to the real consensus of the mapping? In the attached screen-shot, I'll say the highlighted T should be the consensus but not the C that shows up in the "consensus" track. Or am I doing something wrong here?
                    I don't think Tablet attempts to calculate a "consensus" from the reads, it just shows you the reference sequence they are mapped against.

                    If you are looking at a de novo assembly file, then this "reference" would be the consensus as calculated by the assembly tool.

                    i.e. There isn't a "consensus" track in Tablet.

                    Comment

                    • zlu
                      Member
                      • Nov 2008
                      • 34

                      #85
                      Originally posted by maubp View Post
                      ...
                      i.e. There isn't a "consensus" track in Tablet.
                      That's what I thought. Thanks for the clarification.

                      By the way, does anyone know of a "simple window-based" program (for the lab people ) that is capable of calculating the consensus from a mapping project?

                      Comment

                      • Crypticfortune
                        Member
                        • Jul 2011
                        • 14

                        #86
                        Originally posted by zlu View Post
                        By the way, does anyone know of a "simple window-based" program (for the lab people ) that is capable of calculating the consensus from a mapping project?
                        As long as by "window-based" you mean a GUI and not MS Windows I'd recommend you try out Samscope. It will show you an "estimated" consensus for the bases you're looking at. I say "estimate" because if you have more reads than pixels on a given base, it might ignore some of them in said estimate (if you scroll around and display all of them at least once, they will all be included). This isn't really the point of Samscope, so I figure an estimate is good enough, but if there's actually demand for this sort of thing, it wouldn't be too hard to force exact calculation, on say mouse over or something. So easy, I think I'll go add that feature now in fact...

                        Comment

                        • schmima
                          Member
                          • Apr 2010
                          • 56

                          #87
                          hm - interesting viewer. However - I did not install it yet as I generally don't like to execute some kind of installer where I have no clue what it does where. I wonder if there are any command-line options that may be of interest to me or if I can find somewhere some information about it?

                          Comment

                          • Crypticfortune
                            Member
                            • Jul 2011
                            • 14

                            #88
                            Originally posted by schmima View Post
                            hm - interesting viewer. However - I did not install it yet as I generally don't like to execute some kind of installer where I have no clue what it does where. I wonder if there are any command-line options that may be of interest to me or if I can find somewhere some information about it?
                            *Edit* Doh, that question was from a different user, not zlu. Totally embarassing. Sorry!

                            I don't want to hijack this Tablet thread over another viewer, so feel free to contact me directly or use the samscope sourceforge site, or start another thread here or something, if you have questions. But for now, you can use "scons --dry-run" to show what any scons command *would* do without actually doing it (like "scons install --dry-run"). Or you can just run it from the build directory without installing it. The samscope wiki has some more details on building and installing.
                            Last edited by Crypticfortune; 02-15-2012, 04:12 AM. Reason: embarassing

                            Comment

                            • schmima
                              Member
                              • Apr 2010
                              • 56

                              #89
                              Ups - I'm sorry. With the "interesting viewer" I was referring to tablet - not samscope.

                              Comment

                              • arvid
                                Senior Member
                                • Jul 2011
                                • 156

                                #90
                                Originally posted by schmima View Post
                                hm - interesting viewer. However - I did not install it yet as I generally don't like to execute some kind of installer where I have no clue what it does where. I wonder if there are any command-line options that may be of interest to me or if I can find somewhere some information about it?
                                If you install it as a normal user (which works fine with Tablet for me) you don't have to worry - there is an uninstaller as well. I wouldn't install any unknown software as root, agreed!

                                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
                                11 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
                                31 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...