-
Notifications
You must be signed in to change notification settings - Fork 596
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
SortBamSpark is missing SORT_ORDER parameter #1260
Labels
Comments
lbergelson
added a commit
that referenced
this issue
Mar 20, 2018
adding a --sort-order option to SortSamSpark to let users specify the what order to sort in enabling disabled tests fixing the tests which weren't actually asserting anything closes #1260
lbergelson
added a commit
that referenced
this issue
Mar 20, 2018
adding a --sort-order option to SortSamSpark to let users specify the what order to sort in enabling disabled tests fixing the tests which weren't actually asserting anything closes #1260
lbergelson
added a commit
that referenced
this issue
May 25, 2018
adding a --sort-order option to SortSamSpark to let users specify the what order to sort in enabling disabled tests fixing the tests which weren't actually asserting anything closes #1260 work in progress in progress refactoring using new SparkUtils method
jamesemery
pushed a commit
that referenced
this issue
Jun 5, 2018
adding a --sort-order option to SortSamSpark to let users specify the what order to sort in enabling disabled tests fixing the tests which weren't actually asserting anything closes #1260 work in progress in progress refactoring using new SparkUtils method
lbergelson
added a commit
that referenced
this issue
Jun 11, 2018
* adding --sort-order option to SortSamSpark adding a --sort-order option to SortSamSpark to let users specify the what order to sort in enabling disabled tests fixing the tests which weren't actually asserting anything * closes #1260 * adding hack to get around HadoopGenomics/Hadoop-BAM#199 created SplitSortingSamInputFormat which empirically fixes the issue although we don't necessarily completely understand the problem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SortBamSpark does not have a SORT_ORDER parameter
once this is fixed - renable tests in SortBamSparkIntegrationTest
The text was updated successfully, but these errors were encountered: