Skip to content

Commit

Permalink
Merge pull request #225 from sunbeam-labs/hotfix-224
Browse files Browse the repository at this point in the history
Hotfix for #224 - Make implicit dependencies explicit
  • Loading branch information
ressy authored Aug 28, 2019
2 parents 4401c91 + 04bec9e commit b2140b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ More extensions can be found at the extension page: https://www.sunbeam-labs.org

### Changelog:

#### v2.0.2 (August 28, 2019)

- Add implicit dependencies (samtools and bcftools) to environment file to make them explicit

#### v2.0.1 (July 24, 2019)

- Increment Snakemake version requirement for compatibility with recent conda
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ dependencies:
- rust-bio-tools
- grabseqs=0.3.4
- minimap2
- samtools>=1.9
- bcftools>=1.9

0 comments on commit b2140b8

Please sign in to comment.