Skip to content

Commit

Permalink
Remove adam- prefix from module directory names.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Aug 24, 2017
1 parent 9b51df5 commit f1cd684
Show file tree
Hide file tree
Showing 452 changed files with 36 additions and 36 deletions.
1 change: 0 additions & 1 deletion adam-cli/src/test/resources/artificial.fa

This file was deleted.

1 change: 0 additions & 1 deletion adam-cli/src/test/resources/artificial.fa.fai

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/adam-shell
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ADAM_CLI_JAR=
if [ -d "$INSTALL_DIR/repo" ]; then
ASSEMBLY_DIR="$INSTALL_DIR/repo"
else
ASSEMBLY_DIR="$INSTALL_DIR/adam-assembly/target"
ASSEMBLY_DIR="$INSTALL_DIR/assembly/target"
fi

num_jars="$(ls -1 "$ASSEMBLY_DIR" | grep "^adam[0-9A-Za-z\.\_\-]*\.jar$" | grep -v javadoc | grep -v sources | wc -l)"
Expand Down
2 changes: 1 addition & 1 deletion bin/adam-submit
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ADAM_CLI_JAR=
if [ -d "$INSTALL_DIR/repo" ]; then
ASSEMBLY_DIR="$INSTALL_DIR/repo"
else
ASSEMBLY_DIR="$INSTALL_DIR/adam-assembly/target"
ASSEMBLY_DIR="$INSTALL_DIR/assembly/target"
fi

num_jars="$(ls -1 "$ASSEMBLY_DIR" | grep "^adam[0-9A-Za-z\.\_\-]*\.jar$" | grep -v javadoc | grep -v sources | wc -l)"
Expand Down
2 changes: 1 addition & 1 deletion bin/pyadam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ADAM_CLI_JAR=
if [ -d "$SCRIPT_DIR/repo" ]; then
ASSEMBLY_DIR="$SCRIPT_DIR/repo"
else
ASSEMBLY_DIR="$SCRIPT_DIR/adam-assembly/target"
ASSEMBLY_DIR="$SCRIPT_DIR/assembly/target"
fi

num_jars="$(ls -1 "$ASSEMBLY_DIR" | grep "^adam-assembly_[0-9A-Za-z\.-]*\.jar$" | grep -v javadoc | grep -v sources | wc -l)"
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions cli/src/test/resources/artificial.fa
1 change: 1 addition & 0 deletions cli/src/test/resources/artificial.fa.fai
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions adam-core/pom.xml → core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<argument>org.bdgenomics.formats.avro.Variant</argument>
<argument>org.bdgenomics.formats.avro.VariantAnnotation</argument>
<argument>org.bdgenomics.formats.avro.VariantCallingAnnotations</argument>
<argument>adam-core/target/generated-sources/src/main/scala/org/bdgenomics/adam/sql/Schemas.scala</argument>
<argument>core/target/generated-sources/src/main/scala/org/bdgenomics/adam/sql/Schemas.scala</argument>
</arguments>
<classpathScope>compile</classpathScope>
</configuration>
Expand Down Expand Up @@ -146,7 +146,7 @@
<argument>org.bdgenomics.formats.avro.Variant</argument>
<argument>org.bdgenomics.formats.avro.VariantAnnotation</argument>
<argument>org.bdgenomics.formats.avro.VariantCallingAnnotations</argument>
<argument>adam-core/target/generated-sources/src/main/scala/org/bdgenomics/adam/projections/Enums.scala</argument>
<argument>core/target/generated-sources/src/main/scala/org/bdgenomics/adam/projections/Enums.scala</argument>
</arguments>
<classpathScope>compile</classpathScope>
</configuration>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f1cd684

Please sign in to comment.