⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seqret.usage

📁 emboss的linux版本的源代码
💻 USAGE
字号:
<b>Here is a sample session with seqret</b><p>Extract an entry from a database and write it to a file:  <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b></b></pre></td></tr></table><p><p><a href="#input.1">Go to the input files for this example</a><br><a href="#output.1">Go to the output files for this example</a><p><p><p><b>Example 2</b><p>Read all entries in the database 'tembl' that start with 'hs' and write them to a file. In this example the specification is all done in the command line and to stop Unix getting confused by the '*' character, it has to have a backslash ('\') before it: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret tembl:hs\*  hsall.seq </b>Reads and writes (returns) sequences</pre></td></tr></table><p><p><a href="#output.2">Go to the output files for this example</a><p><p><p><b>Example 3</b><p>seqret does not read in features by default because this results in slightly faster performance.  If however you wish to read in features with your sequence and write them out on output, using '-feature' will change the default behaviour to use any features present in the sequence.  N.B. use embl format for the output file as the default format 'fasta' reports the features in gff (file "&lt;seqname&gt;.gff") <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -feature </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b>embl::hsfau.embl</b></pre></td></tr></table><p><p><a href="#output.3">Go to the output files for this example</a><p><p><p><b>Example 4</b><p>Display the contents of the sequence on the screen: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b>stdout</b>>HSFAU X65923.1 H.sapiens fau mRNAttcctctttctcgactccatcttcgcggtagctgggaccgccgttcagtcgccaatatgcagctctttgtccgcgcccaggagctacacaccttcgaggtgaccggccaggaaacggtcgcccagatcaaggctcatgtagcctcactggagggcattgccccggaagatcaagtcgtgctcctggcaggcgcgcccctggaggatgaggccactctgggccagtgcggggtggaggccctgactaccctggaagtagcaggccgcatgcttggaggtaaagttcatggttccctggcccgtgctggaaaagtgagaggtcagactcctaaggtggccaaacaggagaagaagaagaagaagacaggtcgggctaagcggcggatgcagtacaaccggcgctttgtcaacgttgtgcccacctttggcaagaagaagggccccaatgccaactcttaagtcttttgtaattctggctttctctaataaaaaagccacttagttcagtcaaaaaaaaaa</pre></td></tr></table><p><p><p><p><b>Example 5</b><p>Write the result in GCG format by using the qualifier '-osformat'. <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -osf gcg </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.gcg]: <b></b></pre></td></tr></table><p><p><a href="#output.5">Go to the output files for this example</a><p><p><p><b>Example 6</b><p>Write the result in GCG format by specifying the format in the output USA on the command line. <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -outseq gcg::hsfau.gcg </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b></pre></td></tr></table><p><p><p><p><b>Example 7</b><p>Write the result in GCG format by specifying the format in the output USA at the prompt. <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b>gcg::hsfau.gcg</b></pre></td></tr></table><p><p><p><p><b>Example 8</b><p>Write the reverse-complement of a sequence: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -srev </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b></b></pre></td></tr></table><p><p><a href="#output.8">Go to the output files for this example</a><p><p><p><b>Example 9</b><p>Extract the bases between the positions starting at 5 and ending at 25: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -sbegin 5 -send 25 </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b></b></pre></td></tr></table><p><p><a href="#output.9">Go to the output files for this example</a><p><p><p><b>Example 10</b><p>Extract the bases between the positions starting at 5 and ending at 5 bases before the end of the sequence: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret -sbegin 5 -send -5 </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hsfau</b>output sequence(s) [hsfau.fasta]: <b></b></pre></td></tr></table><p><p><a href="#output.10">Go to the output files for this example</a><p><p><p><b>Example 11</b><p>Read all entries in the database 'tembl' that start with 'hs' and write them to a file: <p><p><table width="90%"><tr><td bgcolor="#CCFFFF"><pre>% <b>seqret </b>Reads and writes (returns) sequencesInput (gapped) sequence(s): <b>tembl:hs*</b>output sequence(s) [hs989235.fasta]: <b>hsall.seq</b></pre></td></tr></table><p><p><p>

⌨️ 快捷键说明

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