EffectiveT3 软件预测T3SS效应蛋白

一、主页

官网:https://effectors.csb.univie.ac.at/method/effectivet3
手册:https://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_README.TXT
下载:https://effectors.csb.univie.ac.at/download

二、相关发布软件

EffectiveT3 core software:TTSS_GUI-1.0.1.jar
EffectiveT3 classification module 1.0.1 (08/2009):TTSS_STD-1.0.1.jar
EffectiveT3 classification module 2.0.2 (09/2015):TTSS_STD-2.0.2.jar
EffectiveT3 classification module for human/animal-associated bacteria 1.0.1 (08/2009):TTSS_ANIMAL-1.0.1.jar
EffectiveT3 classification module for plant-associated bacteria 1.0.1 (08/2009):       TTSS_PLANT-1.0.1.jar
Training protein sequences for EffectiveT3 model 2.0.1 (positives):TTSS_positive_training.faa
Training protein sequences for EffectiveT3 model 2.0.1 (negatives):TTSS_negative_training.faa

三、核心软件

Download the Effective classification modules:
TTSS_STD-2.0.1.jar     (based on all training data; 09/2015)
TTSS_STD-1.0.1.jar     (based on all training data; 08/2009)
TTSS_ANIMAL-1.0.1.jar  (based on training data from human/animal-associated bacteria; 08/2009)
TTSS_PLANT-1.0.1.jar   (based on training data from plant-associated bacteria; 08/2009)

四、使用方法

java -jar TTSS_GUI-latest.jar -f test.fasta -m TTSS_ANIMAL-1.0.1.jar -t selective -o test.out -q
or
java -jar TTSS_GUI-latest.jar -f test.fasta -m TTSS_STD-latest.jar -t cutoff=0.995 -o test.out -q
  • 阈值:
    -t sensitive
    -t selective
    -t cutoff=0.995
    -m 预测module
    -f 输入蛋白序列文件
    -o 输出文件
    -q trigger command

五、conda安装

github: https://bioconda.github.io/recipes/effectivet3/README.html

conda install effectivet3
  • 使用
mkdir Result/t3ss
java -jar /home/cheng/huty/softwares/effectivet3/TTSS_GUI-1.0.1.jar \
-f Result/prokka/genome_prokka.faa \
-m /home/cheng/huty/softwares/effectivet3/TTSS_STD-1.0.1.jar \
-t cutoff=0.6 \
-o Result/t3ss/genome_t3ss.txt -q

java -jar TTSS_GUI-1.0.1.jar \
-f /home/cheng/huty/genome/Result/prokka/genome_prokka.faa \
-m TTSS_STD-2.0.2.jar \
-t selective \
-o test.txt -q

结果出错了。。。

你可能感兴趣的:(EffectiveT3 软件预测T3SS效应蛋白)