Bioinformatics/base count: Difference between revisions

m
Added a Java solution + took away some white spaces
m (Added a Java solution + took away some white spaces)
Line 361:
}
}
 
 
//separate class for defining behaviors
Line 377 ⟶ 376:
char[] list = seq.toCharArray();
return list;
}
Line 417 ⟶ 415:
}
 
public void runSequence() {
this.prettyPrint();