Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f8740fe
linux-aarch64 build for nrpys python <312
invalid-email-address Mar 18, 2025
7e90b21
Revert "linux-aarch64 build for nrpys python <312"
invalid-email-address Mar 18, 2025
4e359df
linux-aarch64 build for humann2
May 14, 2025
5d901e1
update humman2
invalid-email-address Jun 9, 2025
d502af5
update origin
invalid-email-address Jun 10, 2025
53b4a81
Merge remote-tracking branch 'upstream/master'
invalid-email-address Jun 10, 2025
30ade72
Merge branch 'ZerryNi:master' into master
cfmin09 Jun 11, 2025
1de2cf0
Update rascaf and enabled aarch64
cfmin09 Jun 11, 2025
8441608
Merge pull request #67 from cfmin09/rascaf
ZerryNi Jun 12, 2025
7108792
Update meta.yaml
ZerryNi Jun 12, 2025
d93cc58
Update meta.yaml
ZerryNi Jun 12, 2025
c590cfc
Update meta.yaml
mencian Jun 12, 2025
0af3325
Update build.sh
mencian Jun 12, 2025
91bc06d
Update build.sh
mencian Jun 12, 2025
05f74bd
Update build.sh
mencian Jun 12, 2025
af75cb5
samtools 0.1.19 does not have osx-arm64; disable osx-arm64
mencian Jun 12, 2025
7a4fd3f
Update meta.yaml
mencian Jun 12, 2025
59189ca
Merge branch 'bioconda:master' into master
ZerryNi Aug 18, 2025
8319501
pureclip
Aug 28, 2025
2454a6f
Merge pull request #252 from 18848977154/pureclip
ZerryNi Aug 29, 2025
19e4ae7
pureclip
Sep 1, 2025
f546ddf
Merge pull request #260 from 18848977154/pureclip
ZerryNi Sep 1, 2025
29f2531
pureclip
Sep 1, 2025
32047d3
pureclip
Sep 1, 2025
7c9b8a9
Merge pull request #262 from 18848977154/pureclip
ZerryNi Sep 1, 2025
792117f
add osx-arm64
mencian Sep 2, 2025
aed570b
Merge branch 'master' into pureclip
mencian Sep 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ recipes/chicagotools
recipes/skewer
recipes/trim_isoseq_polya
recipes/ra/ra-assembler
recipes/pureclip
recipes/hulk
recipes/bolt-lmm
recipes/spydrpick
Expand Down
32 changes: 20 additions & 12 deletions recipes/pureclip/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,45 @@
{% set sha256_osx = "9af852ff63cead60b0b1e7e846a859fa6ac2593cdf781dd8f438c0e99cf8c420" %}

package:
name: {{ name | lower }}
name: {{ name|lower }}
version: {{ version }}

source:
- url: https://github.com/skrakau/{{ name }}/releases/download/v{{ version }}/{{ name | lower }}-{{ version }}-linux64-static.tar.gz # [linux]
sha256: {{ sha256_linux64_static }} # [linux]
- url: https://github.com/skrakau/{{ name }}/releases/download/v{{ version }}/{{ name | lower }}-{{ version }}-mac64.tar.gz # [osx]
sha256: {{ sha256_osx }} # [osx]
- url: https://github.com/skrakau/{{ name }}/releases/download/v{{ version }}/{{ name|lower }}-{{ version }}-linux64-static.tar.gz # [linux]
sha256: {{ sha256_linux64_static }} # [linux]
- url: https://github.com/skrakau/{{ name }}/releases/download/v{{ version }}/{{ name|lower }}-{{ version }}-mac64.tar.gz # [osx]
sha256: {{ sha256_osx }} # [osx]

build:
number: 1
number: 2
run_exports:
- {{ pin_subpackage('pureclip', max_pin="x") }}

requirements:
host:
- r-base
run:
- meme
- bedtools

test:
commands:
- pureclip --help
- winextract --help
- which pureclip

about:
home: https://github.com/skrakau/PureCLIP
license: GPLv3
license_file: LICENSE.md
summary: 'PureCLIP is a tool to detect protein-RNA interaction footprints from single-nucleotide CLIP-seq data, such as iCLIP and eCLIP.'
home: "https://github.com/skrakau/PureCLIP"
license: "GPL-3.0-or-later"
license_family: GPL3
license_file: "LICENSE.md"
summary: "PureCLIP is a tool to detect protein-RNA interaction footprints."
dev_url: "https://github.com/skrakau/PureCLIP"

extra:
identifiers:
- doi:10.1186/s13059-017-1364-2
skip-lints:
- should_be_noarch_generic
- should_not_be_noarch_source
additional-platforms:
- linux-aarch64
- osx-arm64