../
|
alignment/
|
1166
(11 years ago)
by jmduarteg:
Fixed bug: not allowing anymore the presence of gaps when choosing the representative CDS to uniprot match. Now the nucleotide alignments should be always correct (before they were shifted if there were gaps in CDS-to-uniprot)
|
UniprotEntry.java
|
1172
(11 years ago)
by jmduarteg:
Now using apache commons logging
|
UniprotHomologList.java
|
1172
(11 years ago)
by jmduarteg:
Now using apache commons logging
|
ProteinToCDSMatch.java
|
1168
(11 years ago)
by jmduarteg:
Now catching the case when the best translation contains stop codons. This is usually due to a wrong genetic code, but for the moment it's still very difficult to know the genetic code from encoding organelle+organism taxonomy, so this is the temporary solution.
|
TranslatedFrame.java
|
1166
(11 years ago)
by jmduarteg:
Fixed bug: not allowing anymore the presence of gaps when choosing the representative CDS to uniprot match. Now the nucleotide alignments should be always correct (before they were shifted if there were gaps in CDS-to-uniprot)
|
Codon.java
|
1154
(12 years ago)
by jmduarteg:
And all other amiguous codons
|
UniprotHomolog.java
|
1143
(12 years ago)
by jmduarteg:
New methods to check for reliability of positions with respect of the CDS matching
|
GeneticCodeType.java
|
1132
(12 years ago)
by jmduarteg:
New SelectonRunner class. More taxonomy information retrieved from uniprot.
|
Sequence.java
|
1119
(12 years ago)
by jmduarteg:
Now checking also for ambiguous nucleotide codes (n, m) when translating. Changed implementation of translation by using the new Codon class.
|
TranslationException.java
|
1119
(12 years ago)
by jmduarteg:
Now checking also for ambiguous nucleotide codes (n, m) when translating. Changed implementation of translation by using the new Codon class.
|
Translator.java
|
1119
(12 years ago)
by jmduarteg:
Now checking also for ambiguous nucleotide codes (n, m) when translating. Changed implementation of translation by using the new Codon class.
|
geneticCode.dat
|
1114
(12 years ago)
by jmduarteg:
New feature: code for dna to protein translation
|
ReadingFrame.java
|
1114
(12 years ago)
by jmduarteg:
New feature: code for dna to protein translation
|