merger.itable
来自「emboss的linux版本的源代码」· ITABLE 代码 · 共 74 行
ITABLE
74 行
<table border cellspacing=0 cellpadding=3 bgcolor="#ccccff"><tr bgcolor="#FFFFCC"><th align="left" colspan=2>Standard (Mandatory) qualifiers</th><th align="left">Allowed values</th><th align="left">Default</th></tr><tr><td>[-asequence]<br>(Parameter 1)</td><td>Sequence filename and optional format, or reference (input USA)</td><td>Readable sequence</td><td><b>Required</b></td></tr><tr><td>[-bsequence]<br>(Parameter 2)</td><td>Sequence filename and optional format, or reference (input USA)</td><td>Readable sequence</td><td><b>Required</b></td></tr><tr><td>[-outfile]<br>(Parameter 3)</td><td>Output alignment file name</td><td>Alignment output file</td><td><i><*></i>.merger</td></tr><tr><td>[-outseq]<br>(Parameter 4)</td><td>Sequence filename and optional format (output USA)</td><td>Writeable sequence</td><td><i><*></i>.<i>format</i></td></tr><tr bgcolor="#FFFFCC"><th align="left" colspan=2>Additional (Optional) qualifiers</th><th align="left">Allowed values</th><th align="left">Default</th></tr><tr><td>-datafile</td><td>This is the scoring matrix file used when comparing sequences. By default it is the file 'EBLOSUM62' (for proteins) or the file 'EDNAFULL' (for nucleic sequences). These files are found in the 'data' directory of the EMBOSS installation.</td><td>Comparison matrix file in EMBOSS data path</td><td>EBLOSUM62 for protein<br>EDNAFULL for DNA</td></tr><tr><td>-gapopen</td><td>Gap opening penalty</td><td>Number from 0.000 to 100.000</td><td>@($(acdprotein)? 50.0 : 50.0 )</td></tr><tr><td>-gapextend</td><td>Gap extension penalty</td><td>Number from 0.000 to 10.000</td><td>@($(acdprotein)? 5.0 : 5.0)</td></tr><tr bgcolor="#FFFFCC"><th align="left" colspan=2>Advanced (Unprompted) qualifiers</th><th align="left">Allowed values</th><th align="left">Default</th></tr><tr><td colspan=4>(none)</td></tr></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?