Skip to content

Commit

Permalink
Update build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Sep 27, 2024
1 parent b066705 commit bc15817
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ lib/.nfs*
src/lrst_wrap.cpp

# Build and dist
build
dist

# Conda
conda
build/
dist/
conda/noarch-build

# Outputs
output
Expand Down
14 changes: 9 additions & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{% set version = "1.4.0" %}
{% set revision = "13ceda62f64fb78a6852ae7216aec30851c05fe5" %}
# {% set revision = "b06670513616fd6342233c1c77e6d0bcf138b3bc" %}

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

source:
git_url: https://github.com/WGLab/LongReadSum.git
git_rev: {{ revision }}
path: ../
# git_url: https://github.com/WGLab/LongReadSum.git
# git_rev: {{ revision }}

channels:
- conda-forge
- jannessp # for pod5
- bioconda
- defaults
- jannessp # for pod5

build:
number: 0
Expand All @@ -30,15 +31,18 @@ requirements:
- swig
- hdf5
- htslib=1.20
# - jannessp::pod5
# - jannessp::lib-pod5
run:
- python=3.9
- numpy
- hdf5
- ont_vbz_hdf_plugin
- htslib=1.20
- plotly
- pod5
- janessp::pod5
- pyarrow
# - janessp::lib-pod5

test:
commands:
Expand Down

0 comments on commit bc15817

Please sign in to comment.