snakemake-wrappers
snakemake-wrappers copied to clipboard
This is the development home of the Snakemake wrapper repository, see
### Description This PR adds a wrapper for GATK DepthOfCoverage tool. ### QC For all wrappers added by this PR, I made sure that * [x] there is a test...
### Description ### QC * [x] I confirm that: For all wrappers added by this PR, * there is a test case which covers any introduced changes, * `input:` and...
### Description A wrapper for datavzrd ### QC * [x] I confirm that: For all wrappers added by this PR, * there is a test case which covers any introduced...
### Description Fixed conda channel priorities, plus some code clean-up ### QC * [x] I confirm that: For all wrappers added by this PR, * there is a test case...
### Description Remove the param prefix and detect prefix by output ### QC For all wrappers added by this PR, I made sure that * [x] there is a test...
### Description This PR handles bed intervals, germline vcf, panel of normals input files and f1r2 output file. I also introduced how to enable multi threading in some special cases,...
### Description Wrapper used to run genefuse ### QC For all wrappers added by this PR, I made sure that * [x] there is a test case which covers any...
### Description General `meta.yaml` updates: * no information lost : it has been moved to correct section * no wrapper update: Only `meta.yaml` were updated * key-word arguments provided in...
### Description An implementation of the GATK ValidateVariants tool ### QC For all wrappers added by this PR, I made sure that * [x] there is a test case which...
This PR adds a wrapper for downloading files from [COSMIC](https://cancer.sanger.ac.uk/cosmic/download). It expects the following parameters to be set: - `build` (at the moment either "GRCh37" or "GRCh38") - `dataset` (at...