Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

JeGoi/armadillo2

 
 

Repository files navigation

armadillo2

This is the java version of Armadillo workflow (adn.bioinfo.uqam.ca/armadillo)

armadillo2.0 and Docker

armadillo2.0 proposed NGS programs that are running in Docker containers.
Docker needs to be installed and Docker Daemon need to run. Windows only, Docker information can to be setted and tested in Armadillo Preferences or with the Docker button (top right of workflow framework)
It has been tested on:

armadillo2.0 and Cluster

armadillo2.0 proposed also a cluster workflow.
It's using SSH key connexion to Calcul Québec Cluster. Cluster information can to be setted and tested in Armadillo Preferences or with the Cluster button (top right of workflow framework)

test a workflow

A simple workflow is available at https://github.com/JeGoi/Armadillo_SNPs_WF_test
It can be run on local machine with Docker or on Mammouth Parallèle II (https://wiki.ccs.usherbrooke.ca/Mammouth:Accueil)

from armadillo1.1 to armadillo2.0

On mac or windows, you can use http://www.bioinfo.uqam.ca/armadillo/download.html
Then replace ./src/ ./data/ ./lib/ directories by the directories from this depot
Remove also ./config.dat and ./armadillo.log
Remove ./Armadillo.jar. Rename ./Armadillo.jar_all in Armadillo.jar
Then run Armadillo as before. On linux, just follow instruction from here: https://github.com/JeGoi/Armadillo_SNPs_WF_test/blob/master/README.md or clone (download this depot) and use Armadillo.jar_all as Armadillo.jar

NGS not on Docker

The following programs are not on Docker, you will have to add their binary files in ./executable

  • Bowtie
  • Bowtie2
  • Cutadapt
  • FastqC ... We expect to moved them on Docker quickly

About

This is the java version of Armadillo workflow (adn.bioinfo.uqam.ca/armadillo)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.3%
  • Other 0.2%