-
Notifications
You must be signed in to change notification settings - Fork 42
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
fnothaft
wants to merge
3
commits into
bigdatagenomics:master
Choose a base branch
from
fnothaft:issues/200-assembly-variants-to-realigner
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pass assembly variants to realigner as knowns #208
fnothaft
wants to merge
3
commits into
bigdatagenomics:master
from
fnothaft:issues/200-assembly-variants-to-realigner
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test FAILed. Build result: FAILUREGitHub 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
force-pushed
the
issues/200-assembly-variants-to-realigner
branch
from
March 1, 2017 00:27
a3d1d49
to
45c974d
Compare
Test FAILed. 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 SUCCESSTest FAILed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #200.