Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -611,3 +611,36 @@ Add this variable to the path :
### Usage:
jellyfish + arguments
# seq_crumbs:
Description: seq_crumbs aims to be a collection of small sequence processing utilities.
URL: https://bioinf.comav.upv.es/seq_crumbs/
dependencies: python,biopython
### Installation:
pip3 install biopython
wget http://bioinf.comav.upv.es/downloads/seq_crumbs-0.1.9.tar.gz
tar xvfz seq_crumbs-0.19.tar.gz -C /usr/local/bioinfo
cd /usr/local/bioinfo/seq_crumbs-0.1.9
python3 setup.py install
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/seq-crumbs-0.1.9:$PATH' >>/etc/profile
source /etc/profile
### Usage:
jellyfish + arguments