2020-11-04
BtToxin_Digger is the latest high-throughput Bacillus thuringiensis virulence factor mining pipeline on the whole network, including the basic web version and the local advanced version.
2019-04-19
有时候perl脚本需要与Linux外部命令进行交互,本文讲解如何将外部命令的执行结果的输出(此处指的不是运行结果的返回值,而是标准输出上的内容之类)赋给perl变量。
2019-04-19
在编写perl脚本时经常会调用外部命令,由于种种原因,会遇到外部命令执行异常,而导致整个脚本终止运行。这对于大的项目来说很不经济,因此,可以想办法越过这个异常并继续执行后续脚本。