File: addseqs.html

package info (click to toggle)
blimps 3.9%2Bds-4
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 7,204 kB
  • sloc: ansic: 43,276; csh: 553; perl: 116; makefile: 100; cs: 27; cobol: 23
file content (41 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<HTML>
<TITLE>Add Sequences to Blocks</TITLE>
<H1><IMG ALIGN=MIDDLE SRC="/blocks/icons/blocks.xbm">Add Sequences to Blocks</H1>

<FORM METHOD="POST" ACTION="/blocks-bin/addseqs.pl">

<P>

<A HREF="help/about_addseqs.html">Add sequences to blocks</A>
aligns a set of Blocks with one or more protein sequences, saving
the best score only for each alignment. It adds each protein
sequence to the blocks if the best alignments are in the correct
order and non-overlapping, re-weights and re-calibrates each block.
<BR>
You can make blocks from unaligned protein sequences with
<A HREF="make_blocks.html">Block Maker</A>.<BR>
If you need to convert another multiple alignment to
<A HREF="help/blocks_format.html">BLOCKS format</A>, use the
<A HREF="process_blocks.html">Multiple Alignment Processor</A> or the
<A HREF="block_formatter.html">Block Formatter</A>.<BR>
<P>

Enter your Blocks in 
<A HREF="help/blocks_format.html">BLOCKS format</A>:<BR>
<TEXTAREA NAME="blocks" ROWS=10 COLS=70></TEXTAREA>
<P>
Enter your protein sequences in 
<A HREF="http://www.ncbi.nlm.nih.gov/BLAST/fasta.html">FASTA format</A>:<BR>
<TEXTAREA NAME="sequence" ROWS=10 COLS=70></TEXTAREA>

<HR>
<INPUT TYPE=submit VALUE="Add sequences">
<INPUT TYPE=reset>
<BR>

<HR>
<A HREF="/blocks">Blocks home</A>
<HR>
<A HREF="/blocks/contact.html">Contact us</A><P>
Page last modified on <MODIFICATION_DATE>August 2003</MODIFICATION_DATE>
</HTML>