Skip to content

Commit

Permalink
Update tiddit to 3.9.0 (bioconda#49409)
Browse files Browse the repository at this point in the history
* Update tiddit to 3.8.0

* clean up recipe

* Update tiddit to 3.9.0

* Update meta.yaml

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
3 people authored and stuber committed Feb 7, 2025
1 parent fc8dd7d commit 6a9ab2f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipes/tiddit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "tiddit" %}
{% set version = "3.7.0" %}
{% set version = "3.9.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/SciLifeLab/TIDDIT/archive/TIDDIT-{{ version }}.tar.gz
sha256: ae373b33e0036fbe5af7cd69e769c3c3fb869e28345a8e0067a0416e64ba76f6
sha256: 061386dc5657caaf22c01c1aa900fd2307365dee9035a89e71cb4162dd3ecb93

build:
number: 0
Expand All @@ -26,26 +26,27 @@ requirements:
- numpy
- pip
- pysam
- joblib
run:
- python
- {{ pin_compatible('numpy') }}
- joblib
- pysam
- fermi2
- bwa
- ropebwt2
- joblib

test:
commands:
- tiddit --help

about:
home: https://github.com/SciLifeLab/TIDDIT
home: "https://github.com/SciLifeLab/TIDDIT"
license: "GPL-3.0-only"
license_family: GPL3
license_file: LICENSE
summary: "TIDDIT - structural variant calling"
summary: "TIDDIT - structural variant calling."
dev_url: "https://github.com/SciLifeLab/TIDDIT"
doc_url: "https://github.com/SciLifeLab/TIDDIT/blob/TIDDIT-{{ version }}/README.md"

extra:
additional-platforms:
Expand Down

0 comments on commit 6a9ab2f

Please sign in to comment.