Bioinformatics/Global alignment: Difference between revisions

m
Renamed a variable.
(New post.)
m (Renamed a variable.)
Line 434:
for ( List<String> test : testSequences ) {
for ( String scssuperstring : shortestCommonSuperstrings(test) ) {
printReport(scssuperstring);
}
}
894

edits