exercises-threaded.sqc

来自「这是一个基于HMM 模型的生物多序列比对算法的linux实现版本。hmmer」· SQC 代码 · 共 11 行

SQC
11
字号
# HMMER crash exercises, in sqc command format #   These are tests specific to threaded version# SRE, Thu Apr  3 15:45:29 2003# CVS $Id: exercises-threaded.sqc,v 1.2 2003/04/14 16:00:17 eddy Exp $# hmmpfam, hmmsearch option tests#1 prep        hmm                  @hmmbuild@ -F %OPT.HMM% Optiontests.sto1 exercise    hmmcalibrate/cpu     @hmmcalibrate@ --cpu 1 --fixed 15 %OPT.HMM%1 exercise    hmmpfam/cpu          @hmmpfam@ --cpu 1 %OPT.HMM% Optiontests.fa1 exercise    hmmsearch/cpu        @hmmsearch@ --cpu 1 %OPT.HMM% Optiontests.fa

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?