Skip to content

Commit cf1c735

Browse files
committed
1 parent 184b220 commit cf1c735

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

biojava-core/src/main/java/org/biojava/nbio/core/sequence/transcription/TranscriptionEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,14 @@ private CompoundSet<NucleotideCompound> getDnaCompounds() {
313313
if (dnaCompounds != null) {
314314
return dnaCompounds;
315315
}
316-
return DNACompoundSet.getDNACompoundSet();
316+
return AmbiguityDNACompoundSet.getDNACompoundSet();
317317
}
318318

319319
private CompoundSet<NucleotideCompound> getRnaCompounds() {
320320
if (rnaCompounds != null) {
321321
return rnaCompounds;
322322
}
323-
return RNACompoundSet.getRNACompoundSet();
323+
return AmbiguityRNACompoundSet.getRNACompoundSet();
324324
}
325325

326326
private CompoundSet<AminoAcidCompound> getAminoAcidCompounds() {

0 commit comments

Comments
 (0)