kaas standalone installation
1
0
Entering edit mode
7.3 years ago

how to install kaas stand alone version. what is the commands to run kaas using terminal?

software error • 2.9k views
ADD COMMENT
0
Entering edit mode

Why is the ftp variable in the config so weird?

### FTP                                                                                                                                
ftp=ftp://ftp.xxxxxxxxxxxxxx

How can I update the database?

ADD REPLY
0
Entering edit mode

It just requires the path to wither blast+ or blast egacy

you can find the path to your blast legacy is by typing:

type blast_legacy

For me, this came back as usr/bin (pretty normal)

So I edited the config file as such

### blast+ or legacy blast path (comment out a line)
legacy_blast_path=/usr/bin
ADD REPLY
1
Entering edit mode
7.3 years ago

ftp://ftp.kuicr.kyoto-u.ac.jp/moriya/kaas_sa/index.html

# system require
====================
    perl 5.8 or later (threads Symbol)
    ruby 1.8 or later
    NCBI BLAST (legacy_blast or blast+)
    HMMER 3
    (linux commands; wget, wc, rm, etc.)

# setup
=====================
1. edit kaas.config
    setting for number of CPUs
    path of BLAST and hmmsearch binary files

2. setup the database (or update to latest KEGG GENES and KO)

      % bin/genes_update.pl

# annotate KO to genes
=====================

    % bin/auto_annotate.pl [option] ([orgnism list]) [input]

    input file should be peptide multi-fasta format
    output file
           [input].ko   : gene - ko ID
           [input].oth  : neccessary to reannotation

    option
        -h  : help
        -n  : nucleotide multi-fasta (default : peptide)
        -s  : method based on single-directional best hit
              (default method based on bi-directional best hit)
        -r  : reannotation with KO update without computaton of BLAST
              (counld not change single- or bi-directional method)
        -o  : use old algorithm (ver. 1) (default : ver. 2)
        -p  : use PAM 30 matrix for short sequence (force -s option &
              only ver. 2) (default : BLOSUM 62)

    organism list
         all, rep, erep, brep or path of original organism list file (default : rep)
         rep : representative set for KEGG GENES (./org/org_rep)
         erep : representative set for eukaryotes (./org/org_erep)
         brep : representative set for prokaryotes (./org/org_brep)
ADD COMMENT
0
Entering edit mode

When i started to run KAAS using the command bin/auto_annotate.pl -r erep contig.fasta.odt it showed a message like blast programs not found. please edit kaas.config what is the error, is it because error in command or blast is not installed in the system?

ADD REPLY
0
Entering edit mode

Did you find a solution to this? I am having the same issue.

ADD REPLY

Login before adding your answer.

Traffic: 1875 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6