KisSplice wrapper for Galaxy:
If you wish to install KisSplice on the Galaxy instance of your laboratory/university/... You just have to follow step by step the instructions:
- Dowload the archive containing two required files (.xml and .py) :
kisspliceGalaxyW_for_2.4.0.tar.gz (for KisSplice 2.4.0+ version - 2016-01-08)
- Modify the file
galaxy-dist/tools_conf.xml
in your Galaxy instance directory by adding these lines:
<section id="id_kissplice" name="KisSplice">
<tool file="kissplice/kissplice.xml">
<section>
-
Then create a directory where you will put the two files:
mkdir <path> /galaxy-dist/tools/kissplice
cp kissplice.xml <path> /galaxy-dist/tools/kissplice
cp kisspliceGWrapper.py <path> /galaxy-dist/tools/kissplice
Old releases:
- KisSplice Galaxy wrapper for KisSplice 2.2.0 version - 2014-06-12:
KisspliceGalaxyW.tar.gz