@@ -240,3 +240,61 @@ Add /usr/local/bioinfo/hmmer-3.2.1 to the path :
...
@@ -240,3 +240,61 @@ Add /usr/local/bioinfo/hmmer-3.2.1 to the path :
### Usage:
### Usage:
Choose a tool in /usr/local/bioinfo/hmmer-3.2.1/bin
Choose a tool in /usr/local/bioinfo/hmmer-3.2.1/bin
tool + arguments
tool + arguments
# BUSCO:
BUSCO v3 provides quantitative measures for the assessment of genome assembly, gene set, and transcriptome completeness, based on evolutionarily-informed expectations of gene content from near-universal single-copy orthologs selected from OrthoDB v9.
URL: https://busco.ezlab.org/
Dependencies: augustus, python3, hmmer
### Installation:
mkdir /usr/local/bioinfo/busco-3.0.2
cd /usr/local/bioinfo/busco-3.0.2
git clone https://gitlab.com/ezlab/busco.git
cd busco
git checkout 3.0.2
python3 setup.py install
Add /usr/local/bioinfo/busco-3.0.2/busco/scripts to the path :