Skip to content

Tags: iromeo/snakemake-wrappers

Tags

0.61.0

Toggle 0.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optitype wrapper (snakemake#128)

* Wrapper for razers3

* Optitype wrapper

* cleanup

* cleanup

* cleanup

* reformatted

Co-authored-by: jafors <[email protected]>

0.60.1

Toggle 0.60.1's commit message

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

Toggle 0.60.0's commit message

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

Toggle 0.59.2's commit message
always run vep in --offline mode

0.59.1

Toggle 0.59.1's commit message
do not check for updates when downloading VEP cache

0.59.0

Toggle 0.59.0's commit message
add curl dependency

0.58.0

Toggle 0.58.0's commit message

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

Toggle 0.57.0's commit message
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

Toggle 0.56.0's commit message

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

Toggle 0.55.1's commit message
Merge branch 'master' of ssh://github.com/snakemake/snakemake-wrappers