snakemake-wrappers icon indicating copy to clipboard operation
snakemake-wrappers copied to clipboard

This is the development home of the Snakemake wrapper repository, see

Results 125 snakemake-wrappers issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi Snakemake community! 👋 I'm developing a Snakemake workflow that uses 10x Genomics' Cell Ranger for preprocessing single-cell RNA-seq data, and I'd love to contribute a wrapper for [cellranger count](https://www.10xgenomics.com/support/software/cell-ranger-arc/latest/getting-started/what-is-cell-ranger-arc)...

enhancement

Hey everyone, I need to rerun some old workflows for new datasets. Due to the latest development all the anaconda channels are blocked globally on our HPC. These old wrappers...

enhancement

### QC * [x] I confirm that I have followed the [documentation for contributing to `snakemake-wrappers`](https://snakemake-wrappers.readthedocs.io/en/stable/contributing.html). While the contributions guidelines are more extensive, please particularly ensure that: * [x] `test.py`...

The idea is to have a dictionary that keeps track of tool-defined file suffixes and `output: filename=`: https://github.com/snakemake/snakemake-wrappers/pull/3974/files#diff-fc2a3b28a6423504a3ad1b54913414d281d379e7245af9504d867e2586a11f9bR51-R65 This can then be used to systematically create move commands once the...

enhancement

This PR shamelessly copies functionalities from bwa-mem2 to sort or not, do it by coordinate or queryname, and choose between samtools and picard to do so ### QC * [x]...