@@ -12,16 +12,16 @@ package org.biojava3.alignment;
1212import java.io.File; import java.io.PrintStream; import
1313java.util.ArrayList; import java.util.List;
1414
15- import org.biojava3 .alignment.Alignments.PairwiseSequenceScorerType;
16- import org.biojava3 .alignment.Alignments.ProfileProfileAlignerType;
17- import org.biojava3 .alignment.template.GapPenalty; import
18- org.biojava3 .alignment.template.PairwiseSequenceScorer; import
19- org.biojava3 .alignment.template.Profile; import
20- org.biojava3 .alignment.template.SubstitutionMatrix; import
21- org.biojava3 .core.sequence.ProteinSequence; import
22- org.biojava3 .core.sequence.compound.AminoAcidCompound; import
23- org.biojava3 .core.sequence.io.FastaReaderHelper; import
24- org.biojava3 .core.util.ConcurrencyTools;
15+ import org.biojava.nbio .alignment.Alignments.PairwiseSequenceScorerType;
16+ import org.biojava.nbio .alignment.Alignments.ProfileProfileAlignerType;
17+ import org.biojava.nbio .alignment.template.GapPenalty; import
18+ org.biojava.nbio .alignment.template.PairwiseSequenceScorer; import
19+ org.biojava.nbio .alignment.template.Profile; import
20+ org.biojava.nbio .alignment.template.SubstitutionMatrix; import
21+ org.biojava.nbio .core.sequence.ProteinSequence; import
22+ org.biojava.nbio .core.sequence.compound.AminoAcidCompound; import
23+ org.biojava.nbio .core.sequence.io.FastaReaderHelper; import
24+ org.biojava.nbio .core.util.ConcurrencyTools;
2525
2626public class CookbookMSAProfiler {
2727
0 commit comments