BLASTOISE (BLAST Oriented to the Identification of SIDER Elements) is a Python-based Linux software designed to automate the identification of SIDER elements within Leishmania spp. species. These retroposons, known for their heterogeneity and degeneration, pose significant challenges in their identification, which BLASTOISE effectively addresses.
BLASTOISE is available as:
- Automated SIDER Element Identification: Tailored for the analysis of Leishmania spp. species.
- Flexible Installation Options: Supports Docker-based deployment for easy containerized usage, as well as installation via
git clone
andconda
environments. - Robust Libraries: Leverages a range of powerful libraries and tools, including:
You can install and use BLASTOISE via docker:
Using Docker
To run the Docker image, first you will need to install Docker engine for Linux, including the Linux postinstall instructions if you want to omit the sudo
command. Then, to download BLASTOISE software, follow the next instructions:
docker pull rfpacheco/blastoise
For the Docker use, follow the BLASTOISE docker use manual.
And for the Post-Processing step, use BLASTOISE docker post processing use manual
BLASTOISE is open-source software, licensed under the MIT License.