package driver; import dna.AminoAcid; import dna.ChromosomeArray; import dna.Data; import dna.Gene; import dna.Range; public class GetSequence { public static void main(String[] args){ byte chrom=-1; byte strand=Gene.PLUS; /** Change base to zero or one for the coordinates mode */ int base=0; // char c=args[1].charAt(0); // if(c=='+'){strand=Gene.PLUS;} // else if(c=='-'){strand=Gene.MINUS;} // else{assert(false) : "Invalid strand: "+args[1];} int firstLoc=-1; for(int i=0; i