-
Notifications
You must be signed in to change notification settings - Fork 308
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-436] Optionally output original qualities to fastq #467
Conversation
+1, LGTM. Squash? |
squashed |
Test FAILed. Build result: FAILUREGitHub pull request #467 of commit 889e653 automatically merged.[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/467/merge^{commit} # timeout=10Checking out Revision 28c877b288071db8a061148f71e6f5e4f161ef14 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 28c877b288071db8a061148f71e6f5e4f161ef14 > git rev-list a7a2569f68f2981425bb14e2fffc1bdbd8024b8c # timeout=10Triggering ADAM-prb » 1.0.4,centosTriggering ADAM-prb » 2.2.0,centosTriggering ADAM-prb » 2.3.0,centosADAM-prb » 1.0.4,centos completed with result FAILUREADAM-prb » 2.2.0,centos completed with result FAILUREADAM-prb » 2.3.0,centos completed with result FAILURETest FAILed. |
huh, could be real failures, let me look |
right, I guess I'll have the writing code try to write @fnothaft @massie any thoughts on whether |
Test FAILed. Build result: FAILUREGitHub pull request #467 of commit 4df9b44 automatically merged.[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/467/merge^{commit} # timeout=10Checking out Revision 887c78f7f44a265ef8e256958d8a2937feb6f931 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 887c78f7f44a265ef8e256958d8a2937feb6f931 > git rev-list a7a2569f68f2981425bb14e2fffc1bdbd8024b8c # timeout=10Triggering ADAM-prb » 1.0.4,centosTriggering ADAM-prb » 2.2.0,centosTriggering ADAM-prb » 2.3.0,centosADAM-prb » 1.0.4,centos completed with result FAILUREADAM-prb » 2.2.0,centos completed with result FAILUREADAM-prb » 2.3.0,centos completed with result FAILURETest FAILed. |
@ryan-williams I'd go with |
thanks, that makes sense |
- unify code-paths for single-/paired-fastq writing also use recalibrated qualities - shorten `-validation` argument to adam2fastq - add first/second-in-pair to adam2fastq projection these are necessary for outputting “/1”/“/2”! - optional extra pair-checking to adam2fastq - add extra check to fastq test suite - whitespaces
Test FAILed. Build result: FAILUREGitHub pull request #467 of commit 2716937 automatically merged.[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/467/merge^{commit} # timeout=10Checking out Revision a34074082d54668273cacb5528d8aaed1b9c6ea8 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f a34074082d54668273cacb5528d8aaed1b9c6ea8 > git rev-list 887c78f7f44a265ef8e256958d8a2937feb6f931 # timeout=10Triggering ADAM-prb » 1.0.4,centosTriggering ADAM-prb » 2.2.0,centosTriggering ADAM-prb » 2.3.0,centosADAM-prb » 1.0.4,centos completed with result FAILUREADAM-prb » 2.2.0,centos completed with result FAILUREADAM-prb » 2.3.0,centos completed with result FAILURETest FAILed. |
hrm, it seems like jenkins ran the previous SHA somehow? the line numbers it's giving don't even match up to the commit 2716937 |
@fnothaft can you ask jenkins to retest this? |
Jenkins, retest this please. |
also, since you asked me to squash this earlier, I went ahead and wrote a script to squash my commits together that includes all the commit messages, bulleted and indented :) |
Test PASSed. |
huzzah! |
weird that it ran the old code right after I pushed the new code... |
huzzah indeed!
I think I kicked off the new build (by asking Jenkins) before you pushed the updated code. |
[ADAM-436] Optionally output original qualities to fastq
Merged! Thanks @ryan-williams. |
Some improvements to fastq-writing flow /
adam2fastq
:adam2fastq
through the single-or-paired-fastq interface based on the number of file arguments passed