Skip to content

Commit

Permalink
Merge 7cedede into 9362f15
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 1, 2019
2 parents 9362f15 + 7cedede commit b0c6028
Show file tree
Hide file tree
Showing 15 changed files with 624 additions and 577 deletions.
4 changes: 2 additions & 2 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
<argument>org.bdgenomics.formats.avro.Feature</argument>
<argument>org.bdgenomics.formats.avro.Fragment</argument>
<argument>org.bdgenomics.formats.avro.Genotype</argument>
<argument>org.bdgenomics.formats.avro.GenotypeAnnotation</argument>
<argument>org.bdgenomics.formats.avro.NucleotideContigFragment</argument>
<argument>org.bdgenomics.formats.avro.OntologyTerm</argument>
<argument>org.bdgenomics.formats.avro.ProcessingStep</argument>
<argument>org.bdgenomics.formats.avro.Reference</argument>
<argument>org.bdgenomics.formats.avro.TranscriptEffect</argument>
<argument>org.bdgenomics.formats.avro.Variant</argument>
<argument>org.bdgenomics.formats.avro.VariantAnnotation</argument>
<argument>org.bdgenomics.formats.avro.VariantCallingAnnotations</argument>
<argument>${project.basedir}/target/generated-sources/src/main/scala/org/bdgenomics/adam/sql/Schemas.scala</argument>
</arguments>
<classpathScope>compile</classpathScope>
Expand All @@ -134,6 +134,7 @@
<argument>org.bdgenomics.formats.avro.Feature</argument>
<argument>org.bdgenomics.formats.avro.Fragment</argument>
<argument>org.bdgenomics.formats.avro.Genotype</argument>
<argument>org.bdgenomics.formats.avro.GenotypeAnnotation</argument>
<argument>org.bdgenomics.formats.avro.NucleotideContigFragment</argument>
<argument>org.bdgenomics.formats.avro.OntologyTerm</argument>
<argument>org.bdgenomics.formats.avro.Read</argument>
Expand All @@ -145,7 +146,6 @@
<argument>org.bdgenomics.formats.avro.TranscriptEffect</argument>
<argument>org.bdgenomics.formats.avro.Variant</argument>
<argument>org.bdgenomics.formats.avro.VariantAnnotation</argument>
<argument>org.bdgenomics.formats.avro.VariantCallingAnnotations</argument>
<argument>${project.basedir}/target/generated-sources/src/main/scala/org/bdgenomics/adam/projections/Enums.scala</argument>
</arguments>
<classpathScope>compile</classpathScope>
Expand Down
Loading

0 comments on commit b0c6028

Please sign in to comment.