# HG changeset patch # User ylebras # Date 1447862399 0 # Node ID e7fffb88f3d49b1c56160c3e2727e98909ac3de0 first commit diff -r 000000000000 -r e7fffb88f3d4 kissplice.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kissplice.xml Wed Nov 18 15:59:59 2015 +0000 @@ -0,0 +1,65 @@ + + A local transcriptome assembler for SNPs, indels and AS events + + + ylebras/kissplice_galaxy + + kisspliceGWrapper.py $output1 $type0 $type1 $type2 $type3 $type4 $kmer $smallc $bigc $output_context $counts + #for $r in $reads + ${r.input} + ${r.input.extension} + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**Website** + +References, documentation and FAQ here_. + +.. _here: http://kissplice.prabi.fr/ + +------ + +**Description** + +KisSplice is a piece of software that enables the **analysis of RNA-seq data with or without a reference genome**. It is an exact local transcriptome assembler that allows one to identify **SNPs, indels and alternative splicing events**. It can deal with an arbitrary number of biological conditions, and will quantify each variant in each condition. It has been tested on Illumina datasets of up to 1G reads. Its memory consumption is around 5Gb for 100M reads. + +KisSplice is not a full-length transcriptome assembler. This means that it will output the variable regions of the transcripts, not reconstruct them entirely. However, KisSplice results can be further aligned to a reference transcriptome (if available), or to the output of a full-length transcriptome assembler like Trinity or Oases. + +