Skip to content

Commit

Permalink
Merge pull request #55 from MaxUlysse/bioconda
Browse files Browse the repository at this point in the history
update tiddit to 2.8.1
  • Loading branch information
maxulysse authored Oct 28, 2019
2 parents 416e7c8 + a7cb0f1 commit f0dfba4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### `Added`

- [#46](https://github.com/nf-core/sarek/pull/46) - Add location to abstacts

### `Changed`

- [#41](https://github.com/nf-core/sarek/pull/41) - Update `control-freec` from `11.4` to `11.5`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `ensembl-vep` from `95.2` to `98.2`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `freebayes` from `1.2.0` to `1.3.1`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `gatk4` from `4.1.2.0` to `4.1.4.0`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `manta` from `1.5.0` to `1.6.0`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `qualimap` from `2.2.2b` to `2.2.2c`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `tiddit` from `2.7.1` to `2.8.0`
- [#41](https://github.com/nf-core/sarek/pull/41), [#55](https://github.com/nf-core/sarek/pull/55) - Update `tiddit` from `2.7.1` to `2.8.1`
- [#41](https://github.com/nf-core/sarek/pull/41) - Update `vcfanno` from `0.3.1` to `0.3.2`
- [#46](https://github.com/nf-core/sarek/pull/46) - Add location to abstacts

### `Changed`

- [#54](https://github.com/nf-core/sarek/pull/54) - Bump version to `2.5.2dev`

### `Removed`
Expand Down
2 changes: 1 addition & 1 deletion docs/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For annotation, the main container can be used, but the cache has to be download
- Contain **[samtools](https://github.com/samtools/samtools)** 1.9
- Contain **[snpEff](http://snpeff.sourceforge.net/)** 4.3.1t
- Contain **[Strelka2](https://github.com/Illumina/strelka)** 2.9.10
- Contain **[TIDDIT](https://github.com/SciLifeLab/TIDDIT)** 2.8.0
- Contain **[TIDDIT](https://github.com/SciLifeLab/TIDDIT)** 2.8.1
- Contain **[VCFanno](https://github.com/brentp/vcfanno)** 0.3.2
- Contain **[VCFtools](https://vcftools.github.io/index.html)** 0.1.16
- Contain **[VEP](https://github.com/Ensembl/ensembl-vep)** 98.2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
- samtools=1.9
- snpeff=4.3.1t
- strelka=2.9.10
- tiddit=2.8.0
- tiddit=2.8.1
- vcfanno=0.3.2
- vcftools=0.1.16

0 comments on commit f0dfba4

Please sign in to comment.