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

refactor!: move "bcftools roh" as report in variant_calling (#310) #311

Merged
merged 6 commits into from
Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,9 @@ Moving GenomeAnalysisTK-3.8-1-0-gf15c1c3ef.tar.bz2 to /home/holtgrem_c/miniconda
```

You are now ready to run GATK v3 from this environment.

## Development Notes

Here, you can find the required layout for post-PR commit messages:

- https://github.com/amannn/action-semantic-pull-request#configuration
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Project Info
step/ngs_data_qc
step/ngs_mapping
step/ngs_sanity_checking
step/roh_calling
step/somatic_gene_fusion_calling
step/somatic_neoepitope_prediction
step/somatic_ngs_sanity_checking
Expand Down
8 changes: 0 additions & 8 deletions docs/step/roh_calling.rst

This file was deleted.

2 changes: 0 additions & 2 deletions snappy_pipeline/apps/snappy_snake.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
ngs_sanity_checking,
panel_of_normals,
repeat_expansion,
roh_calling,
somatic_gene_fusion_calling,
somatic_hla_loh_calling,
somatic_msi_calling,
Expand Down Expand Up @@ -100,7 +99,6 @@
"panel_of_normals": panel_of_normals,
"repeat_analysis": repeat_expansion,
"ngs_sanity_checking": ngs_sanity_checking,
"roh_calling": roh_calling,
"somatic_gene_fusion_calling": somatic_gene_fusion_calling,
"somatic_hla_loh_calling": somatic_hla_loh_calling,
"somatic_msi_calling": somatic_msi_calling,
Expand Down
70 changes: 0 additions & 70 deletions snappy_pipeline/workflows/roh_calling/Snakefile

This file was deleted.

Loading