Skip to content
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

SV Liftover Code #240

Merged
merged 27 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a8e6eff
Add output saving keys for gSV, sSV, gSNP
yashpatel6 Jan 28, 2025
7f7c9e9
Update call-gSV to always run in workflow
yashpatel6 Jan 28, 2025
e0fc4af
Update gSV workflow to identify outputs and handle run when gSV not e…
yashpatel6 Jan 28, 2025
e81da93
Update gSV runner to output output directory
yashpatel6 Jan 28, 2025
3b11f59
Output sample ID from YAML creation for gSV
yashpatel6 Jan 28, 2025
72f251c
Update StableLift to liftover only Delly and not Manta gSV
yashpatel6 Jan 28, 2025
9b5d823
Add output identification workflow for call-gSV
yashpatel6 Jan 28, 2025
fe374e3
Add option to schema
yashpatel6 Jan 29, 2025
ccf0a7f
Update pipeline selector with gSV option
yashpatel6 Jan 29, 2025
77bfb9b
Update to check for gSV output for liftover
yashpatel6 Jan 29, 2025
68e722a
Add output identification info to call-sSV runner
yashpatel6 Jan 30, 2025
f562735
Add sSV to schema
yashpatel6 Jan 30, 2025
52e0a8c
Add sSV to selector and update logic for enabling StableLift
yashpatel6 Jan 30, 2025
eabe899
Add sSV as precursor to StableLift
yashpatel6 Jan 30, 2025
9469655
Filter out Manta-sSV
yashpatel6 Jan 30, 2025
9fa79d1
Fix syntax
yashpatel6 Jan 30, 2025
bafb796
Update YAML creation to output ID
yashpatel6 Jan 30, 2025
df124e5
Add output identification for call-sSV
yashpatel6 Jan 30, 2025
8fe2cf9
Update workflow to identify outputs
yashpatel6 Jan 30, 2025
7e3e2b6
Use .bcf format for DELLY
yashpatel6 Jan 30, 2025
ef0b324
Update comment
yashpatel6 Jan 31, 2025
6e3ca17
Fix channel mixing
yashpatel6 Jan 31, 2025
591b279
Update SV output detection to look for VCFs
yashpatel6 Jan 31, 2025
9261240
Disable selection of SV liftover
yashpatel6 Jan 31, 2025
4f13fe4
Update CHANGELOG
yashpatel6 Jan 31, 2025
3aab0e4
Disable looking for VCF Delly output for now
yashpatel6 Jan 31, 2025
b97c40a
Make handling of pipeline enabling clearer
yashpatel6 Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Filter out Manta-sSV
yashpatel6 committed Jan 30, 2025
commit 946965504bbf0e4b027b8bc0d6a5ece3815b57f9
2 changes: 1 addition & 1 deletion module/StableLift/workflow.nf
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ workflow stable_lift {
return;
}
s_data["call-${mode}"].each { tool, data ->
if (['BCFtools-Intersect', 'Manta-gSV'].contains(tool)) {
if (['BCFtools-Intersect', 'Manta-gSV', 'Manta-sSV'].contains(tool)) {
return;
}
samples.add([