Skip to content
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

Pass assembly variants to realigner as knowns #208

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fnothaft
Copy link
Member

Resolves #200.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/avocado-prb/165/

Build result: FAILURE

GitHub pull request #208 of commit a3d1d49 automatically merged.[EnvInject] - Loading node environment variables.Building remotely on amp-jenkins-worker-02 (centos spark-test spark-compile) in workspace /home/jenkins/workspace/avocado-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/avocado.git # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/avocado.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/bigdatagenomics/avocado.git +refs/pull/:refs/remotes/origin/pr/ > git rev-parse origin/pr/208/merge^{commit} # timeout=10 > git branch -a --contains 138d857 # timeout=10 > git rev-parse remotes/origin/pr/208/merge^{commit} # timeout=10Checking out Revision 138d857 (origin/pr/208/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 138d857103632c20f2cf04f87ea7fb072a771aa2First time build. Skipping changelog.Triggering avocado-prb ? 2.6.0,2.10,1.5.2,centosTriggering avocado-prb ? 2.6.0,2.11,1.5.2,centosTouchstone configurations resulted in FAILURE, so aborting...
Test FAILed.

Resolves bigdatagenomics#200. Depends on bigdatagenomics/adam#1363.

* Adds a ConsensusRealigner that uses the main Realigner to realign reads,
  which are then fed into the variant discovery engine with loose filters. Any
  INDEL variants that are discovered are then fed in to ADAM's INDEL realignment
  engine as known INDELs.
* Uses this realignment mode in the BiallelicGenotyperSuite to clean up a
  previously failing test.
* Adds this to the Reassemble CLI as a `-use_consensus_realigner` switch.
@fnothaft fnothaft force-pushed the issues/200-assembly-variants-to-realigner branch from a3d1d49 to 45c974d Compare March 1, 2017 00:27
@coveralls
Copy link

coveralls commented Mar 1, 2017

Coverage Status

Coverage increased (+1.3%) to 85.166% when pulling 45c974d on fnothaft:issues/200-assembly-variants-to-realigner into de2522d on bigdatagenomics:master.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/avocado-prb/174/

Build result: FAILURE

[...truncated 8 lines...] > git fetch --tags --progress https://github.com/bigdatagenomics/avocado.git +refs/pull/:refs/remotes/origin/pr/ > git rev-parse origin/pr/208/merge^{commit} # timeout=10 > git branch -a --contains bf41714 # timeout=10 > git rev-parse remotes/origin/pr/208/merge^{commit} # timeout=10Checking out Revision bf41714 (origin/pr/208/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f bf417147789e1afce1f0e703de95e0a4c770d455First time build. Skipping changelog.Triggering avocado-prb ? 2.6.0,2.11,2.0.0,centosTriggering avocado-prb ? 2.3.0,2.10,2.0.0,centosTriggering avocado-prb ? 2.6.0,2.10,2.0.0,centosTriggering avocado-prb ? 2.6.0,2.11,1.6.1,centosTriggering avocado-prb ? 2.3.0,2.10,1.6.1,centosTriggering avocado-prb ? 2.3.0,2.11,2.0.0,centosTriggering avocado-prb ? 2.3.0,2.11,1.6.1,centosTriggering avocado-prb ? 2.6.0,2.10,1.6.1,centosavocado-prb ? 2.6.0,2.11,2.0.0,centos completed with result SUCCESSavocado-prb ? 2.3.0,2.10,2.0.0,centos completed with result FAILUREavocado-prb ? 2.6.0,2.10,2.0.0,centos completed with result SUCCESSavocado-prb ? 2.6.0,2.11,1.6.1,centos completed with result SUCCESSavocado-prb ? 2.3.0,2.10,1.6.1,centos completed with result SUCCESSavocado-prb ? 2.3.0,2.11,2.0.0,centos completed with result SUCCESSavocado-prb ? 2.3.0,2.11,1.6.1,centos completed with result SUCCESSavocado-prb ? 2.6.0,2.10,1.6.1,centos completed with result SUCCESS
Test FAILed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants