Skip to content

Commit 996150c

Browse files
committed
delete one character which does not belong to the genotype encoding
1 parent b3e3c42 commit 996150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alignment/alignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using namespace Eigen;
3535
char symbols_protein[] = "ARNDCQEGHILKMFPSTWYVX"; // X for unknown AA
3636
char symbols_dna[] = "ACGT";
3737
char symbols_rna[] = "ACGU";
38-
char symbols_genotype[] = "ACGTMRWSYK!\"@$%&";
38+
char symbols_genotype[] = "ACGTMRWSYK!\"#$%&";
3939
//char symbols_binary[] = "01";
4040
char symbols_morph[] = "0123456789ABCDEFGHIJKLMNOPQRSTUV";
4141
// genetic code from tri-nucleotides (AAA, AAC, AAG, AAT, ..., TTT) to amino-acids

0 commit comments

Comments
 (0)