Skip to content

Commit

Permalink
Merge bd726d2 into fb20657
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Apr 22, 2017
2 parents fb20657 + bd726d2 commit 543283b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions avocado-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<parent>
<groupId>org.bdgenomics.avocado</groupId>
<artifactId>avocado-parent</artifactId>
<artifactId>avocado-parent_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>avocado-cli</artifactId>
<artifactId>avocado-cli_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>avocado-cli: Command line interface for a distributed variant caller</name>
Expand Down
4 changes: 2 additions & 2 deletions avocado-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<parent>
<groupId>org.bdgenomics.avocado</groupId>
<artifactId>avocado-parent</artifactId>
<artifactId>avocado-parent_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>avocado-core</artifactId>
<artifactId>avocado-core_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>avocado-core: Core variant calling algorithms</name>
Expand Down
4 changes: 2 additions & 2 deletions avocado-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bdgenomics.avocado</groupId>
<artifactId>avocado-parent</artifactId>
<artifactId>avocado-parent_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>avocado-distribution</artifactId>
<artifactId>avocado-distribution_2.10</artifactId>
<packaging>pom</packaging>
<name>avocado: distribution</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>org.bdgenomics.avocado</groupId>
<artifactId>avocado-parent</artifactId>
<artifactId>avocado-parent_2.10</artifactId>
<version>0.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>avocado: A Variant Caller, Distributed</name>
Expand Down
2 changes: 2 additions & 0 deletions scripts/move_to_spark_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ substitution_cmd="s/_$svp/-spark2_$svp/g"
find . -name "pom.xml" -exec sed \
-e "/utils-/ s/_2\.1/-spark2_2.1/g" \
-e "/adam-/ s/_2\.1/-spark2_2.1/g" \
-e "/avocado-/ s/_2\.1/-spark2_2.1/g" \
-e "/utils-/ $substitution_cmd" \
-e "/adam-/ $substitution_cmd" \
-e "/avocado-/ $substitution_cmd" \
-e "/spark.version/ s/1.6.3/2.1.0/g" \
-i.spark2.bak '{}' \;

0 comments on commit 543283b

Please sign in to comment.