Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compare-reads #13635

Merged
merged 2 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions recipes/compare-reads/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
$PYTHON setup.py install
32 changes: 32 additions & 0 deletions recipes/compare-reads/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package:
name: compare-reads
version: 0.0.1

source:
url: https://github.com/mvdbeek/pysam-compare-reads/archive/v0.0.1.tar.gz
sha256: e03be74b6d04d96950fa5f2932ebe58c38b68a1b2dcff04ed81729f650b22ec7

build:
number: 0

requirements:
build:
- {{ compiler('c') }}
host:
- python
- pysam
- setuptools
- cython

run:
- python
- pysam

test:
imports:
- compare_reads

about:
home: https://github.com/mvdbeek/pysam-compare-reads
license: MIT
summary: "cythonized function to compare reads by name."