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!
Unconfigured Ad
Collapse
X
-
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 properlyOriginally posted by GStephen View PostI'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.
[Certainly this should work with maf2sam.py which currently sets the properly paired flag when the reads are mapped to the same contig]
Leave a comment:
-
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.Originally posted by maubp View PostUm. Gordon? I know there are at least four colours in that mode... Maybe room for one more?
Gordon
Leave a comment:
-
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 PostYes, 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).
Um. Gordon? I know there are at least four colours in that mode... Maybe room for one more?Originally posted by AnthonyB View PostAlso, 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.
PeterLast edited by maubp; 09-26-2011, 10:59 PM.
Leave a comment:
-
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). 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.Originally posted by maubp View PostAs Gordon says, Tablet doesn't (yet) have any length based paired end colouring. However, I think the standard paired colouring will highlight reads where the partner is either unmapped or mapped to a different contig.
Also, in order to know if a pair is too short or too long, the viewer will need to know the expected range. For SAM/BAM, this can be specified in the read group header (the @RG line), but currently the maf2sam.py converter does not do this. I assume that's how you're converting your MIRA file to BAM:
Convert MIRA Assembly Format (MAF) to Sequence Alignment/Map (SAM) format. Also archieved on Codeberg. - peterjc/maf2sam
Test data would help if you would like that added to the maf2sam.py script (although given recent discussion on the samtools-devel mailing list, native SAM output from MIRA might be happening before too long).
Thanks also for the heads up about MIRA and SAM output this should be useful to try out if/when it can be implemented.
Anthony
Leave a comment:
-
As Gordon says, Tablet doesn't (yet) have any length based paired end colouring. However, I think the standard paired colouring will highlight reads where the partner is either unmapped or mapped to a different contig.Originally posted by AnthonyB View PostHi,
I have been experimenting with tablet to view de novo assemblies produced with MIRA (via conversion from maf to bam). I was wondering if their was a way to set the paired-end coloring to highlight regions of paired-end inconsistencies (too short, too long, map to another contig etc) rather than the standard read direction/unpaired/no mate scheme which is currently employed?
Thanks,
Anthony
Also, in order to know if a pair is too short or too long, the viewer will need to know the expected range. For SAM/BAM, this can be specified in the read group header (the @RG line), but currently the maf2sam.py converter does not do this. I assume that's how you're converting your MIRA file to BAM:
Convert MIRA Assembly Format (MAF) to Sequence Alignment/Map (SAM) format. Also archieved on Codeberg. - peterjc/maf2sam
Test data would help if you would like that added to the maf2sam.py script (although given recent discussion on the samtools-devel mailing list, native SAM output from MIRA might be happening before too long).
Leave a comment:
-
There's not currently a way to achieve what you are talking about with Tablet, but we're actively looking in to providing further paired-end visualizations. There may be some updates to this functionality soon.
Gordon
Leave a comment:
-
Hi,
I have been experimenting with tablet to view de novo assemblies produced with MIRA (via conversion from maf to bam). I was wondering if their was a way to set the paired-end coloring to highlight regions of paired-end inconsistencies (too short, too long, map to another contig etc) rather than the standard read direction/unpaired/no mate scheme which is currently employed?
Thanks,
Anthony
Leave a comment:
-
Here's a summary of the changes in the latest release (1.11.08.10):
- NEW: Added a new colour scheme for displaying Read Groups in SAM and BAM files.
- NEW: Added a new control panel tab for viewing and editing Read Group colours.
- NEW: GFF files now support drag and drop loading.
- NEW: GFF files can now be specified on the command line (or via web start).
- NEW: Reduced the initial detection time for BAM files, which should speed loading.
- NEW: Added a tablet.xml preferences variable which governs the number of insert events a CIGAR-I feature has to relate to before it is included.
- CHG: String values longer than 75 characters in the graphical tooltips are now be truncated.
- CHG: All searches are now case insensitive.
- CHG: The setting for using less-strict BAM validation checks is now on by default.
- BUG: Toggling Show Bases wasn't causing the screen to refresh.
- BUG: Fixed a crash that could occur when searching over consensus sequences.
- BUG: The recent-file tooltips on Linux and OS X weren’t working with paths beginning with "/".
- BUG: RegEx characters included in a BAM file’s name (eg ‘[]’) were stopping Tablet from locating the corresponding BAI file.
As usual, Tablet should auto-update the next time you run it, or you can grab the download manually from http://bioinf.scri.ac.uk/tablet
Iain
Leave a comment:
-
I thought I had looked in the documentation, but I was looking for a specific command which read "Copying consensus to a file" or something like that. After your "try right-clicking" post above, I looked in the documentation and found the following:Originally posted by imilne View PostOr we didn't put it in an obvious place. Where did you look (or expect to see it)?
Iain
Right clicking with the mouse on many of the display components will open up additional menus showing options to change the display types, highlight regions of interest, copy data to the clipboard, jump to a read's pair if it is a paired read, etc.
You can't be any clearer than that. Now that I feel silly, this post may stop others making the mistake that I made, if they use "search".
Thanks again,
John
Leave a comment:
-
Is it on the drawing board that Tablet would eventually export the consensus sequence?
John
Leave a comment:
-
What does count as a Feature in Tablet?
I originally thought this meant just CIGAR strings with inserts but I have examples with more and less reads with inserts than reported Features.
Leave a comment:
Latest Articles
Collapse
-
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...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 11:37 AM
|
0 responses
10 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 11:37 AM
|
||
|
Started by SEQadmin2, 09-16-2026, 10:23 AM
|
0 responses
17 views
0 reactions
|
Last Post
by SEQadmin2
09-16-2026, 10:23 AM
|
||
|
Started by SEQadmin2, 09-09-2026, 12:14 PM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
||
|
Started by SEQadmin2, 09-09-2026, 11:33 AM
|
0 responses
33 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 11:33 AM
|

Leave a comment: