Skip to content

Commit

Permalink
Merge pull request #66 from Verisimilitude11/deepsource-transform-3aa…
Browse files Browse the repository at this point in the history
…4c929

Format code with autopep8 and google-java-format
  • Loading branch information
VerisimilitudeX authored Sep 24, 2022
2 parents c0e0a5a + a0bf16c commit ddf1017
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/DNAnalyzer/ReadingFrames.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public class ReadingFrames {
/**
* Constructor for the ReadingFrames class.
*
* @param dna DNA sequence
* @param dna DNA sequence
* @param readingFrame The reading frame to look at
* @param min Minimum codon count
* @param max Maximum codon count
* @param min Minimum codon count
* @param max Maximum codon count
* @category Codon
*/
public ReadingFrames(final String dna, final int readingFrame, final int min, final int max) {
Expand Down Expand Up @@ -70,8 +70,7 @@ private void buildCodonMap(final String dna) {
}

/**
* Method to filter through the codon counts found in the specified reading
* frame based on the min
* Method to filter through the codon counts found in the specified reading frame based on the min
* and max values
*
* @category Codon
Expand Down

0 comments on commit ddf1017

Please sign in to comment.