Skip to content

Commit

Permalink
Merge branch 'bump-conda-meta' into 'dev'
Browse files Browse the repository at this point in the history
Use upstream htslib deps for build

See merge request epi2melabs/fastcat!45
  • Loading branch information
cjw85 committed Mar 4, 2024
2 parents 41ff935 + 9ac58ee commit 59a7148
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v0.16.0]
### Added
- Support for reading SAM tags from FASTQ headers.
### Changed
Expand Down
5 changes: 3 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ build:
requirements:
build:
- {{ compiler('c') }}
- nanoporetech::htslib =1.19.1
host:
- argp-standalone # [osx]
# linked to all the same stuff as bioconda builds
- nanoporetech::htslib =1.19
- nanoporetech::htslib =1.19.1
run:
- nanoporetech::htslib =1.19
- nanoporetech::htslib =1.19.1
test:
commands:
fastcat --help
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

const char *argp_program_version = "0.15.2";
const char *argp_program_version = "0.16.0";

0 comments on commit 59a7148

Please sign in to comment.