Skip to content

Commit

Permalink
Fix conda build (#50)
Browse files Browse the repository at this point in the history
* Remove zlib dependency
  • Loading branch information
jonperdomo authored May 9, 2024
1 parent 1a6a6c7 commit 3fe913b
Show file tree
Hide file tree
Showing 8 changed files with 226 additions and 410 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__
# SWIG generated files
lib/*.so
lib/lrst.py
lib/.nfs*
src/lrst_wrap.cpp

# Build and dist
Expand All @@ -27,4 +28,4 @@ SampleData
*.log

# Testing scripts
linktoscripts
linktoscripts
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "1.3.1" %}
{% set sha256 = "eb4c7677d43d80d19ddbac11900ae3a14efd6f2a3c4cc8bbc08e063a81e0e1df" %}
{% set revision = "725c239b6c1f4d6daf5788871cd47f8781358e3d" %}

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

source:
url: https://github.com/WGLab/LongReadSum/archive/refs/tags/v{{ version }}.tar.gz
sha256: '{{ sha256 }}'
git_url: https://github.com/WGLab/LongReadSum.git
git_rev: {{ revision }}

build:
number: 0
Expand Down
235 changes: 0 additions & 235 deletions include/kseq.h

This file was deleted.

1 change: 1 addition & 0 deletions include/output_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Basic_Seq_Statistics
void global_sum_no_gc();
void calculate_NXX_scores(); // Calculate N50, N95, N05, etc.
void resize();
void addBases(int count);

Basic_Seq_Statistics();
Basic_Seq_Statistics(const Basic_Seq_Statistics &_bss);
Expand Down
Loading

0 comments on commit 3fe913b

Please sign in to comment.