YOKOFAKUN
27 February 2013
4 Tools I wrote today to annotate VCF files.
›
Here are four java-bases tools I wrote today for @SolenaLS to annotate VCF files. VCFTabix VCFTabix : we want to use the VCF of the 1K...
4 comments:
11 February 2013
Counting the reads in a BAM file using SGE and the Open-MPI library: my notebook.
›
In the current post, I'll describe my first Open MPI program. Open MPI is "a Message Passing Interface (MPI) library, a standard...
1 comment:
07 February 2013
A tool to compare the BAMs
›
Following that thread on Biostar , I've created a tool that compares two or more BAMs . This java program uses the Picard and berkeleyd...
05 February 2013
Making use of Picard Metrics files using XML and XSLT. #ngs
›
Many tools in the Picard package produce some "Metrics File" (described at http://picard.sourceforge.net/picard-metric-definiti...
25 January 2013
Samtools tview as a library to display the BAM
›
I've forked samtools and modified the code of tview to use it as a library to display the alignments. The original code is an inreracti...
3 comments:
09 January 2013
A XML schema (xsd) for GeneOntology
›
The GeneOntology can be downloaded as a RDF/XML file from http://archive.geneontology.org/latest-termdb/go_daily-termdb.rdf-xml.gz . Althou...
20 December 2012
RDF/Jena: a simple extension for XSLT/XALAN. Testing with NCBI-Gene
›
In a previous post , I've shown that the XALAN XSLT engine can be extended with custom function returning a DOM Document that will be ...
29 November 2012
Reading/Writing a VCF file with the GATK-API.
›
This is a simple post to save my notes about reading a VCF file and writing it to another file using the java libraries of the GATK . The on...
21 November 2012
visualizing the dependencies in a Makefile
›
Update 2014: I wrote a C version at https://github.com/lindenb/makefile2graph . I've just coded a tool to visualize the dependencies in...
13 November 2012
Creating a virtual RDF graph describing a set of OpenOffice spreadsheets with Apache Jena and Fuseki
›
In the current post, I will use the Jena API for RDF to implement a virtual RDF graph describing the content of a set of openoffice/libre...
‹
›
Home
View web version