-
Notifications
You must be signed in to change notification settings - Fork 953
Update shapeit test and input tuple #9463
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
26a7373
Update ligate
f8e14bb
Update phasecommon
5ea1f6d
Update switch
0f7c838
Update phaserare
71b9284
Update phaserare
cd2b98f
Fix linting shapeit5
9129f06
Fix linting shapeit5 phasecommon
36ecb70
Fix linting shapeit5 phaserare
9d11a1a
Fix linting shapeit5 switch
4254c18
Merge branch 'master' into upd_shapeit
LouisLeNezet c5555b5
Update snapshots
861e4fa
Reset modules versions and update sbwf
12f2dd6
Merge branch 'master' into upd_shapeit
LouisLeNezet 7f346c1
Update meta
d6929c2
Fix linting
2e84de1
Fix test phaserare
a153cf8
Merge branch 'master' into upd_shapeit
LouisLeNezet b71dae7
Update sbwf
LouisLeNezet 628eb6e
Fix tags
LouisLeNezet 5abf487
Fix linting
LouisLeNezet 6aee5ce
Update main
LouisLeNezet 71fabef
Update subworkflows/nf-core/vcf_phase_shapeit5/main.nf
LouisLeNezet 22fb291
Update phasecommon
LouisLeNezet 49d556c
Merge branch 'master' into upd_shapeit
LouisLeNezet 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| process { | ||
| withName: "BCFTOOLS_VIEW_*" { | ||
| ext.args = params.bcftools_args | ||
| ext.prefix = { "${meta.id}" } | ||
| withName: "BCFTOOLS_VIEW" { | ||
| ext.args = { "--regions ${meta.region} -Ob --write-index=csi -e 'GT=\"./.\"||GT=\".\"'" } | ||
| ext.prefix = { "${meta.id}_${meta.region}" } | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.