-
Notifications
You must be signed in to change notification settings - Fork 31
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
v2 release #136
Merged
Merged
v2 release #136
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
New container also has updated pysam script with silenced errors.
- paraphase_vcfs now points to a tarball of VCFs; we implemented this change because there is a large, variable number of output VCFs, and we need a flatter output structure
Most changes are internal to the DeepVariant subworkflow, except that custom models should now be passed as a tarball. Instructions are found in the README in `wdl-common/wdl/workflows/deepvariant/README.md`
- singleton, for analyzing single samples; flat input and output structure for better compatibility with platforms like Terra - family, for analyzing families of related samples; still requires a more nested structure for inputs, and outputs are either arrays (for sample-level output) or flat (for joint/tertiary output)
- removed deprecated AWS AGC support - removed hifihla - changed all numerical stats to string representation, because cromwell int representation is out of spec
- providing custom read_pbsv_splits function to read json from file path coerced from string - add container_namespace input to allow ECR URIs to be passed
… top and fixed inputs at bottom.
… top and fixed inputs at bottom.
…nd family workflows.
…d_percent, and added mapped_read_count.
…put. fix: GLnexus joint calling was previously using VCF input instead of gVCF. This has been fixed.
plots: - read length histogram - read quality histogram - aligned depth distribution - alignment MAPQ histogram - alignment gap compressed identity histogram - SNV distribution heatmap - small indel size histogram stats: - many stats added, output both in metadata as well as a flat file workflow metadata: - output workflow_name and workflow_version into metadata
…our private ECR. Documentation to come.
…Omics and DNAnexus.
- updated zenodo doi - updated pbmm2 to 1.16.0 - updated pbsv to 2.10.0 - updated HiFiCNV to 1.0.1 - updated pb-StarPhase to 1.0.1 - updated PharmCat to 2.15.4
williamrowell
force-pushed
the
feature/v2
branch
from
November 4, 2024 23:36
6119bbf
to
3f2dc09
Compare
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.
No description provided.