Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • imilne
    Member
    • Jan 2010
    • 68

    Originally posted by ymc View Post
    Would like to see a version that works in an android tablet
    Don't think we haven't already thought of that

    Tablet was actually named - like most of our software - after an item of food, although we're in real tooth-rot territory here: http://scruss.com/tablet.html

    Tablet also used to play a mean game of Breakout using your data, but unfortunately that code is broken just now and we haven't gotten around to fixing it again. Minesweeper can still be played in Flapjack though.

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

    Comment

    • The Snow
      Junior Member
      • Jun 2012
      • 7

      Hello,

      I have the following problem using Tablet. When I import bam files sorted with samtools (I understood that .bai seems to be mandatory) I do not have any issue.
      However when I try to import a .bam files created with bamtools that contains ONLY the aligned sequenced, Tablet gave me a java error. I think that the problem is related to the bai file (bamtools does not create a .bai when extract only the aligned reads). Isn't it? Is there a way to import just the reads aligned created with bamtools?

      Thank you!

      Fabio

      Comment

      • imilne
        Member
        • Jan 2010
        • 68

        I'm not quite sure what you're asking, but Tablet needs an index file to read a BAM file. If you haven't got one, then you need to create one with samtools.

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

        Comment

        • Dolphin22
          Member
          • Jul 2012
          • 24

          Hey

          I have a bit of a problem. I already have a bam file and a fai file. How do I load the bam AND the bai file into tablet to have all features?
          I just managed to load the bam file without any features.

          Comment

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

            Originally posted by Dolphin22 View Post
            Hey

            I have a bit of a problem. I already have a bam file and a fai file. How do I load the bam AND the bai file into tablet to have all features?
            I just managed to load the bam file without any features.
            Assuming the BAM and BAI files are in the same directory, and named appropriately just load the BAM file and the BAI file is found automatically.

            If you have example.bam, then the index file should be called example.bam.bai or example.bai (but watch out if your operating system is hiding the extensions from you - Windows does this by default).

            Comment

            • orcy
              Junior Member
              • Jan 2010
              • 8

              Bam files don't encode any features, just the reads and the mappings.

              Unless you have a feature file for the genome you mapped to, there will be no features. For tablet, I think it needs to be gff3, but I may be wrong, its been a while since I used it. There are tools in the bioperl scripts folder for converting genbank to gff3

              Comment

              • GStephen
                Junior Member
                • Mar 2010
                • 9

                Just quickly reviving this thread to let people know that a couple of new versions of Tablet have been released over the last few weeks. As ever existing users should be automatically notified that an update is available.

                Comment

                • akshaya.ramesh
                  Member
                  • Apr 2013
                  • 22

                  errors in visualization of velvet.afg files in Tablet

                  I have been working on de-novo genome assembly using the Velvet algorithm and I am using Tablet to visualize my .afg files.

                  Of the 10,000 contigs generated in my contigs.fasta file, I am able to visualize only the first 4,000 contigs. My contigs are ordered by size, from the smallest to largest. It cuts off contigs that are larger in size (all contigs above 20,000 bp are cut-off). I have increased the memory allocation in Tablet and have storage left and I am not exactly sure as to what is going on.

                  Has anyone else run into similar problems?

                  Comment

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

                    Originally posted by akshaya.ramesh View Post
                    It cuts off contigs that are larger in size (all contigs above 20,000 bp are cut-off).
                    Assuming you are looking at BAM files, this would be the BAM window. You should see a blue 'scroll' bar above the overview pane showing which part of the contig you are viewing. You can also increase the BAM window (at the cost of reduced performance, more memory etc - don't do this for deep coverage files). See:

                    Comment

                    • imilne
                      Member
                      • Jan 2010
                      • 68

                      They're talking about AFG files, not BAM.

                      Is there any way you can give us access to the data so we can try to replicate the problem (as I've never seen it with any files we've tried)? Also note that Tablet doesn't support paired-end data with AFG in case you're trying that. You can email us at [email protected]

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

                      Comment

                      • akshaya.ramesh
                        Member
                        • Apr 2013
                        • 22

                        They are AFG files and I was using paired end data. I did not realize that Tablet does not support PE reads, would you know of another asssembly visualization program that supports AFG and PE data?

                        Thanks,
                        Akshaya

                        Comment

                        • vanillasky
                          Member
                          • Mar 2014
                          • 42

                          Request for Tablet Tutorial

                          Hi,

                          I'm trying to use Tablet to visualize a metagenome assembly. I wanted to ask what the mismatch feature is and how it can be used as it was not discussed in your paper. Is there anyway you could work on a manual or tutorial to describe how to use the different features in Tablet? I couldn't find this information in your paper or on your website. A tutorial video or powerpoint description would be more helpful than screenshots.

                          Comment

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

                            I think you are asking about Tablet's option to visually highlight bases in the mapped reads which do not map the reference genome. For this to work, you must load a BAM file with a FASTA reference file. Then there is a slider control on the tool bar (next to the zoom slider) which adjusts the colours. Bases which match the reference are dark, mismatches are bright.

                            Comment

                            • imilne
                              Member
                              • Jan 2010
                              • 68

                              More likely it's the mismatch column in the contigs list (down the left-hand side), which is simply the percentage of bases across all reads that don't match the reference. This is ordinarily a value for the entire contig, but as it obviously can't calculate that with a BAM file until it actually loads some data, then it only shows the value for the currently loaded chunk (controlled by Tablet's 'window size' option).

                              As for help, it's all linked to from within Tablet itself. We're going through a period of website redesign just now, and the main site no longer contains any links to it. That'll change once we sort out a few WordPress issues...
                              Our software: Tablet | Flapjack | Strudel | CurlyWhirly | TOPALi

                              Comment

                              • gringer
                                David Eccles (gringer)
                                • May 2011
                                • 845

                                Is there any chance of getting Tablet to colour reads based on concordance with the read number, for validating strand-specific sequencing? Something like {(Read1 + Reverse orientation) or (Read2 + forward)} = Red, {(Read2 + Reverse orientation) or (Read1 + forward)} = Green. It's a bit frustrating having read end colouring, or map direction colouring, but not a combination of the two.

                                Comment

                                Latest Articles

                                Collapse

                                • SEQadmin2
                                  Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                  by SEQadmin2


                                  I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


                                  Here are nine questions we think about, in roughly the order they matter, before...
                                  06-18-2026, 07:11 AM
                                • 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

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, 06-17-2026, 06:09 AM
                                0 responses
                                26 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-09-2026, 11:58 AM
                                0 responses
                                43 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-05-2026, 10:09 AM
                                0 responses
                                48 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-04-2026, 08:59 AM
                                0 responses
                                49 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...