-
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
[ADAM-595] Delete the 'comparisons' code. #596
Conversation
This means deleting the comparisons code here; these files (Comparisons, AvailableComparisons, and GeneratorFilter) are moving into the qc-metrics package, along with the ComparisonsTraversalEngine. Also being deleted are the test-suites for each of these classes. Finally, the CLI commands which use these classes, CompareADAM and FindReads, are also being deleted. Each of these classes will be moved into the qc-metrics repository as part of a separate pull request.
Test PASSed. |
ConcordanceTable and GenotypesSummary, as well as the concordance function from VariationRDDFunctions (in GenotypeRDDFunctions) are all being deleted, along with their tests. Also going are the GenotypeConcordance and SummarizeGenotypes commands from the CLI. All of this is being moved over to qc-metrics.
Test PASSed. |
Test FAILed. Build result: FAILUREGitHub pull request #596 of commit 4aa7af1 automatically merged.Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/ac8bb6e9f53357bc8aa8'[EnvInject] - Loading node environment variables.Building remotely on amp-jenkins-slave-01 (centos) in workspace /home/jenkins/workspace/ADAM-prb > git rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/pull/:refs/remotes/origin/pr/ > git rev-parse origin/pr/596/merge^{commit} # timeout=10Checking out Revision f260cb8edca472db9423a4964cc659f235caddd3 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f f260cb8edca472db9423a4964cc659f235caddd3 > git rev-list 329a72a # timeout=10Triggering ADAM-prb » 2.2.0,centosTriggering ADAM-prb » 2.3.0,centosTriggering ADAM-prb » 1.0.4,centosADAM-prb » 2.2.0,centos completed with result FAILUREADAM-prb » 2.3.0,centos completed with result FAILUREADAM-prb » 1.0.4,centos completed with result FAILURENotifying endpoint 'HTTP:https://webhooks.gitter.im/e/ac8bb6e9f53357bc8aa8'Test FAILed. |
Jenkins, retest this please. |
If this builds, Frank, I think it's ready to go. |
Test PASSed. |
[ADAM-595] Delete the 'comparisons' code.
Let's cut it loose! Thanks @tdanford! |
Thanks @fnothaft. |
This means deleting the comparisons code here; these files (Comparisons,
AvailableComparisons, and GeneratorFilter) are moving into the qc-metrics
package, along with the ComparisonsTraversalEngine.
Also being deleted are the test-suites for each of these classes.
Finally, the CLI commands which use these classes, CompareADAM and
FindReads, are also being deleted.
Each of these classes will be moved into the qc-metrics repository as
part of a separate pull request.
This resolves #595