Fixed package name

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1535 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-09-04 15:40:06 +00:00
parent 82d99cbe43
commit fd1c72c151
4 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package org.broadinstitute.sting.playground.gatk.walkers.fasta;
package org.broadinstitute.sting.gatk.walkers.fasta;
import org.broadinstitute.sting.gatk.walkers.ReadWalker;
import org.broadinstitute.sting.gatk.walkers.WalkerName;

View File

@ -1,4 +1,4 @@
package org.broadinstitute.sting.playground.gatk.walkers.fasta;
package org.broadinstitute.sting.gatk.walkers.fasta;
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;

View File

@ -1,4 +1,4 @@
package org.broadinstitute.sting.playground.gatk.walkers.fasta;
package org.broadinstitute.sting.gatk.walkers.fasta;
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;

View File

@ -1,6 +1,5 @@
package org.broadinstitute.sting.playground.gatk.walkers.fasta;
package org.broadinstitute.sting.gatk.walkers.fasta;
import org.broadinstitute.sting.utils.GenomeLoc;
import org.broadinstitute.sting.utils.StingException;
import java.io.PrintStream;