Skip to content

Commit 6d6c5b0

Browse files
authored
Merge pull request #721 from nf-core/fix-env-pigz
Fix pigz issues
2 parents 2ab50cf + 60fbe38 commit 6d6c5b0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### `Dependencies`
1313

14+
- Removed pinning of `tbb` (upstream bug in bioconda fixed)
15+
- Bumped `pigz` to 2.6 to fix rare stall bug when compressing data after AdapterRemoval
16+
- Bumped Bowtie2 to 2.4.2 to fix issues with `tbb` version
17+
1418
### `Deprecated`
1519

1620
## v2.3.3 - 2021-01-06

environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- bioconda::pmdtools=0.60
3131
- bioconda::bedtools=2.29.2
3232
- conda-forge::libiconv=1.15
33-
- conda-forge::pigz=2.3.4
33+
- conda-forge::pigz=2.6
3434
- bioconda::sequencetools=1.4.0.6
3535
- bioconda::preseq=2.0.3
3636
- bioconda::fastp=0.20.1
@@ -45,9 +45,8 @@ dependencies:
4545
- bioconda::hops=0.35
4646
- conda-forge::biopython=1.76
4747
- conda-forge::xopen=0.9.0
48-
- bioconda::bowtie2=2.4.1
48+
- bioconda::bowtie2=2.4.2
4949
- bioconda::eigenstratdatabasetools=1.0.2
5050
- bioconda::mapdamage2=2.2.0
5151
- bioconda::bbmap=38.87
52-
- conda-forge::tbb=2020.2 # temp for bioconda broken bowtie2, remove once patched in bioconda
5352

0 commit comments

Comments
 (0)