-
Notifications
You must be signed in to change notification settings - Fork 417
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
Joint Germline subworkflow haplotypecaller -> Vqsr #595
Merged
Merged
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
19e5e0e
add vqsr from Atholl, very early WIP
cd8d767
added meta.yml for vqsr subworkflow
GCJMackenzie 03909c9
Merge pull request #9 from GCJMackenzie/add_vqsr_subworkflow
nickhsmith c22a64f
joint variant calling updates to gatk best practices
028ad1a
group by interval and exclude sample info
57c2dff
interval and no_interval grouping
ea8dd93
add params and vqsr process
d6cc403
print statements
b78ad1c
joint variantcalling
37aa902
update
d49a5ac
add interval_names to meta
d574b0c
Merge remote-tracking branch 'NF-core/dev' into vqsr
dd7445f
prepare vqsr
06c66ad
remove inclusion of local config
8686dfb
lint
f9fcb65
force bcftools sort
6e5e8dd
fix typo and clearer naming
9a29759
include variant_recalibration param
aa110ab
apply vqsr and merge
fa41fa0
snp and indels must be present for recalibration
17924d0
fix typo
50de0de
typo
7947ce0
improve resource channels
3463c56
pre-merge
1c48729
merge with nf-core dev
b835c37
improve haplotypecaller merging
d45423f
fix naming
ed5ccea
update known_sites
3de8f7f
Merge remote-tracking branch 'NF-core/dev' into vqsr
b2fd565
update
bfaf48d
fix typo
cb25481
publishDir
8fd7ff9
flatten known_sites
4eac972
merge with dev
ced2398
add joint_germline
66a7f00
update modules
0ea9747
fix no_intervals and tests
0717286
lint
37e5e77
update to dev
1db8bc8
lint
ff6b530
fix empty module
aa7127a
correct prepare_genome input
5be916a
merge with dev
21182a3
change name to match tests
nickhsmith 9eebd71
update test
nickhsmith 69feebd
Update workflows/sarek.nf
nickhsmith 20a7e2e
Update workflows/sarek.nf
nickhsmith 3cbe260
Apply suggestions from code review
nickhsmith e9fb076
Update conf/modules.config
nickhsmith 6ea35cc
Update subworkflows/nf-core/variantcalling/haplotypecaller/main.nf
nickhsmith 8d7235d
Update conf/modules.config
nickhsmith 13f9bd7
Update nextflow_schema.json
nickhsmith e75a7f3
remove unneeded when statements
fb7c594
update paths
nickhsmith 04b3191
Merge branch 'vqsr' of github.com:nickhsmith/sarek into vqsr
nickhsmith 9e31397
fix warnings
nickhsmith fc0c251
fix warnings
nickhsmith 2e9a724
update path
nickhsmith 748947d
remove lane from csv
nickhsmith 7e3a11e
add step_variant calling
nickhsmith 77eb3d6
Update conf/modules.config
nickhsmith 3fe7927
Update conf/modules.config
nickhsmith acb9fce
Update modules.config
nickhsmith c793d5f
Merge remote-tracking branch 'NF-core/dev' into vqsr
87f3405
Apply suggestions from code review
nickhsmith ef8f526
Apply suggestions from code review
nickhsmith 72b4bc8
hg19 sample names
e5b1703
change tool inputs
d6c006e
Merge branch 'vqsr' of github.com:nickhsmith/sarek into vqsr
c94e00b
Update subworkflows/nf-core/variantcalling/haplotypecaller/main.nf
nickhsmith 0dd0976
Update after code review
717e271
groupTuple
da17db9
merge with dev
4b9bd9f
improve meta and tupleGrouping
9bae10f
Update conf/igenomes.config
nickhsmith b77a116
Update conf/modules.config
nickhsmith 468dedb
Update nextflow_schema.json
nickhsmith e919d09
Update subworkflows/local/germline_variant_calling.nf
nickhsmith 46bc423
Update subworkflows/local/germline_variant_calling.nf
nickhsmith f057709
Update germline_variant_calling.nf
nickhsmith 4d50caf
Update subworkflows/nf-core/gatk4/joint_germline_variant_calling/main.nf
nickhsmith c707f7c
meta format
ac0a1f5
undo publishDir change
a6d6e9a
hardcode joint_variant_calling publish path
7f5a916
fix typo
1fc9e2a
Merge remote-tracking branch 'NF-core/dev' into vqsr
d842fe0
Merge branch 'dev' into vqsr
nickhsmith 73e84db
fix haplotypecaller cram input
nickhsmith 9fa1a5c
fix indents, commas etc
FriederikeHanssen b0c32c7
remove test file
nickhsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
40 changes: 12 additions & 28 deletions
40
modules/nf-core/modules/gatk4/variantrecalibrator/meta.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
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.
Phil already uploaded the zipped files, I openend a separate PR for updating the config. So the values here just need updating and the new files you are adding :)