Build Taxonomy tree from NCBI genbank data.
Taxonomy
01 Syntax
SMRUCC.genomics.Assembly.NCBI.Taxonomy.Taxonomy
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AcquireAuto | 1 | {gi -> taxid}.(根绝文件的拓展名来识别) |
| Hash_gi2Taxi | 1 | Probably you should do the match in the bash first by using script" bash grep ">" nt-18S.fasta | cut -f2 -d'|' | sort | uniq >gi.txt tabtk_subset /biostack/database/taxonomy/gi… |
| Archive | 1 | 将文本数据库转换为二进制数据库已减少文件体积和加快文件的加载速度 |
03 Members
AcquireAuto(
String){gi -> taxid}.(根绝文件的拓展名来识别)
Parameters
| Name | Type | Description |
|---|---|---|
dmp | String | - |
Hash_gi2Taxi(
String)Probably you should do the match in the bash first by using script"
grep ">" nt-18S.fasta | cut -f2 -d'|' | sort | uniq >gi.txt
tabtk_subset /biostack/database/taxonomy/gi_taxid_nucl.dmp gi.txt 1 0 >gi_match.txt
Then using the generated gi_match.txt as the inputs for parameter dmp, this operation will save your time, no needs to load the entire database.
Parameters
| Name | Type | Description |
|---|---|---|
dmp | String | - |
Archive(
String, String)将文本数据库转换为二进制数据库已减少文件体积和加快文件的加载速度
Parameters
| Name | Type | Description |
|---|---|---|
dmp | String | - |
bin | String | - |