https://github.com/kdm9/snakemake-wrappers
My snakemake wrappers
https://github.com/kdm9/snakemake-wrappers
Last synced: about 2 months ago
JSON representation
My snakemake wrappers
- Host: GitHub
- URL: https://github.com/kdm9/snakemake-wrappers
- Owner: kdm9
- License: unlicense
- Created: 2016-11-15T01:04:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T12:16:04.000Z (over 8 years ago)
- Last Synced: 2025-02-14T18:53:07.250Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kevin's Snakemake wrappers
My changes to upstream's snakemake wrappers, plus some verbatim copies, plus
some new ones. All author/license data is preserved in `wrapper.py` files. All
my own modules are licensed under the `Unlicense` licence, see ./LICENSE.# Wrappers:
```
.
├── bwa
│ └── mem
├── samtools
│ └── sortidx
├── sickle
│ ├── pe
│ └── se
└── sra
└── fastq-dump
```