-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python API fixes for AlignmentRecordRDD #1675
Conversation
Test PASSed. |
@@ -30,14 +30,14 @@ else | |||
ASSEMBLY_DIR="$SCRIPT_DIR/adam-assembly/target" | |||
fi | |||
|
|||
num_jars="$(ls -1 "$ASSEMBLY_DIR" | grep "^adam[0-9A-Za-z\.\_\-]*\.jar$" | grep -v javadoc | grep -v sources | wc -l)" | |||
num_jars="$(ls -1 "$ASSEMBLY_DIR" | grep "^adam-assembly_[0-9A-Za-z\.-]*\.jar$" | grep -v javadoc | grep -v sources | wc -l)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was fixed a different way in #1651, by delegating to a new find-adam-assembly.sh
script. I suppose that doesn't matter if this PR is merged first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 of one, half dozen of the other to me.
Merged! Thanks @akmorrow13! |
No description provided.