The <space> char can not exists in the input fasta file path, or blast+ program will run into an error. (请注意:当目标FASTA序列文件的文件路径中的空格字符过多的时候,BLAST+程序组将不能够很好的工作,故而当程序出错的时候, 请检查文件路径是否存在此问题)
BLASTPlus
01 Syntax
SMRUCC.genomics.Interops.NCBI.Extensions.LocalBLAST.Programs.BLASTPlus
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| MolTypeNucleotide | 1 | The nucleotide molecular type value for the makeblastdb operation. |
| MolTypeProtein | 1 | The protein molecular type value for the makeblastdb operation. |
| Version | 1 | Gets the blast program group version. |
04 Members
GetHelp
USAGE and DESCRIPTION
GetManual
Get USAGE, DESCRIPTION and ARGUMENTS
#ctor(
String)Parameters
| Name | Type | Description |
|---|---|---|
bin | String | The |
Blastp(
String, String, String, String)这个函数只是生成了一个blastp的操作任务,但是并没有被启动
Parameters
| Name | Type | Description |
|---|---|---|
Input | String | - |
TargetDb | String | - |
Output | String | - |
e | String | - |
MolTypeNucleotide
The nucleotide molecular type value for the makeblastdb operation.
Remarks
(用于makeblastdb操作所需要的核酸链分子的命令行参数值)
MolTypeProtein
The protein molecular type value for the makeblastdb operation.
Remarks
(用于makeblastdb操作所需要的蛋白质分子的命令行参数值)
Version
Gets the blast program group version.
Remarks
(获取blast程序组的版本信息)