protected Vector sequences;\r
protected Vector groups = new Vector();\r
public Hashtable[] cons;\r
- protected char gapCharacter = '.';\r
+ protected char gapCharacter = '-';\r
\r
/** Make an alignment from an array of Sequences.\r
*\r
for (int i=0; i < seqs.length; i++)\r
sequences.addElement(seqs[i]);\r
\r
- SequenceGroup all = new SequenceGroup();\r
- all.setName("Group 1");\r
- groups.addElement(all);\r
-\r
- int i = 0;\r
-\r
- while (i < seqs.length) {\r
- addToGroup(all,seqs[i]);\r
- i++;\r
- }\r
-\r
getWidth();\r
}\r
\r