Skip to content

Tags: bxlab/snakemake-wrappers

Tags

0.60.1b

Added gatk/indexfeaturefile

0.60.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated wrapper for pTrimmer v1.3.2 (snakemake#115)

* Updated wrapper for pTrimmer v1.3.2

* Formatting

* Removed variable

* Import io

* Replace os by nthpath

* Fix stripping basename

* Changed parameter

* Changed parameter

* Changed parameter

* Fixed string-format

* Minor fix

0.60.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix gdc api token reading (snakemake#108)

* fix GDC API wrapper auth token parsing

* ran black code formatting

* use token via os.environ variable

* code formatting

0.59.2

always run vep in --offline mode

0.59.1

do not check for updates when downloading VEP cache

0.59.0

add curl dependency

0.58.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bedtools multiple file merging (snakemake#90)

* Added multifile merge

* Authorship

* Update test

* Removed formatting

* Fixed variables

* Error handling

* fmt

0.57.0

Simplified and more robust download of variation data (snakemake#104)

* try: simplified variation download, restricted on latest releases.

* grch37-test

* fixes

* fmt

* comment on minimum release

0.56.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add gdc-client download wrapper (snakemake#98)

* initial commit for gdc-client wrapper

* gdc-client download: add test, add params.extra, add threads spec

* applied `black` code formatting

* gdc-client: introduce file moving to enable more freedom with file names

* gdc-client: adjust example rules to demonstrate freedom with file names

* applied `black` code formatting (including scripts and other wrappers)

* lots of debugging of gdc-client download wrapper

0.55.1

Merge branch 'master' of ssh://github.com/snakemake/snakemake-wrappers