-
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
Clean up CLI operation categories and names, and add documentation for CLI #1274
Conversation
Test FAILed. Build result: FAILURE[...truncated 3 lines...]Building remotely on amp-jenkins-worker-05 (centos spark-test) in workspace /home/jenkins/workspace/ADAM-prbWiping out workspace first.Cloning the remote Git repositoryCloning repository https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git init /home/jenkins/workspace/ADAM-prb # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git --version # timeout=10 > /home/jenkins/git2/bin/git -c core.askpass=true fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/heads/:refs/remotes/origin/ # timeout=15 > /home/jenkins/git2/bin/git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10 > /home/jenkins/git2/bin/git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 > /home/jenkins/git2/bin/git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git -c core.askpass=true fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/pull/:refs/remotes/origin/pr/ # timeout=15 > /home/jenkins/git2/bin/git rev-parse origin/pr/1274/merge^{commit} # timeout=10 > /home/jenkins/git2/bin/git branch -a --contains e0e024bb2b997957288d57ae1908e6b9339253b6 # timeout=10 > /home/jenkins/git2/bin/git rev-parse remotes/origin/pr/1274/merge^{commit} # timeout=10Checking out Revision e0e024bb2b997957288d57ae1908e6b9339253b6 (origin/pr/1274/merge) > /home/jenkins/git2/bin/git config core.sparsecheckout # timeout=10 > /home/jenkins/git2/bin/git checkout -f e0e024bb2b997957288d57ae1908e6b9339253b6First time build. Skipping changelog.Triggering ADAM-prb ? 2.6.0,2.11,1.5.2,centosTriggering ADAM-prb ? 2.6.0,2.10,1.5.2,centosTouchstone configurations resulted in FAILURE, so aborting...Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/ac8bb6e9f53357bc8aa8'Test FAILed. |
Test FAILed. Build result: FAILURE[...truncated 3 lines...]Building remotely on amp-jenkins-worker-05 (centos spark-test) in workspace /home/jenkins/workspace/ADAM-prbWiping out workspace first.Cloning the remote Git repositoryCloning repository https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git init /home/jenkins/workspace/ADAM-prb # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git --version # timeout=10 > /home/jenkins/git2/bin/git -c core.askpass=true fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/heads/:refs/remotes/origin/ # timeout=15 > /home/jenkins/git2/bin/git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10 > /home/jenkins/git2/bin/git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 > /home/jenkins/git2/bin/git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > /home/jenkins/git2/bin/git -c core.askpass=true fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/pull/:refs/remotes/origin/pr/ # timeout=15 > /home/jenkins/git2/bin/git rev-parse origin/pr/1274/merge^{commit} # timeout=10 > /home/jenkins/git2/bin/git branch -a --contains 8103cd4cab0ef23be24b0e4d90989f4400e457ba # timeout=10 > /home/jenkins/git2/bin/git rev-parse remotes/origin/pr/1274/merge^{commit} # timeout=10Checking out Revision 8103cd4cab0ef23be24b0e4d90989f4400e457ba (origin/pr/1274/merge) > /home/jenkins/git2/bin/git config core.sparsecheckout # timeout=10 > /home/jenkins/git2/bin/git checkout -f 8103cd4cab0ef23be24b0e4d90989f4400e457baFirst time build. Skipping changelog.Triggering ADAM-prb ? 2.6.0,2.11,1.5.2,centosTriggering ADAM-prb ? 2.6.0,2.10,1.5.2,centosTouchstone configurations resulted in FAILURE, so aborting...Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/ac8bb6e9f53357bc8aa8'Test FAILed. |
Test PASSed. |
Test PASSed. |
|
||
#### Legacy output options {#legacy-output} | ||
|
||
Several tools in ADAM support saving back to legacy genomics output formats. Any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
legacy genomics output formats, scandalous! :)
required arguments as `vcf2adam`. `anno2adam` takes the [default | ||
options](#default-args), and one additional option: | ||
|
||
* `-current_db`: A path to an existing Parquet file of VariantAnnotations. These |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-current_db
is a poorly named argument.
Dumps a Parquet file to either the console or a text file as | ||
[JSON](http://www.json.org). Takes one required argument: | ||
|
||
1. `FILE(S)`: The file paths to load. This must be a Parquet formatted file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
→ These must be a Parquet formatted files.
…r CLI. * Removed CalculateDepth command. * Clean up argument doc in TransformFeatures. * Move OUTPUT to an option for Flagstat. * Remove some output saving arguments in the View command that don't exactly make sense. * Remove unused Vcf2ADAM/ADAM2Vcf -dict option and `org.bdgenomics.adam.cli.DictionaryCommand` trait. * Remove WigFix2ADAM command. * Move away from ParquetLoadSaveArgs. * Move reads2coverage to actions. * Reads2Coverage does not only write to Parquet, so clean up docs. * Clean up fragments<->reads argument names.
Addressed review comments. |
Test PASSed. |
Thank you, @fnothaft! |
Shucks, missed this PR. I use the |
I'll use BEDOPS, which seems to have a pre-written tool for this |
@laserson We removed the If wigfix is something useful to have, perhaps we should support it as a feature format, and then conversions to/from will be supported by the |
+1 @heuermh |
Nah, I've determined the path of maximum laziness is to just use another tool rather than revive the tool in ADAM 😛 |
SGTM! |
Builds on #1262.
org.bdgenomics.adam.cli.DictionaryCommand
trait.