Skip to content

Commit

Permalink
Add scsplit (bioconda#46438)
Browse files Browse the repository at this point in the history
* changes to cellhashr

* yaml file for scsplit

* out cellhashr folder

* Lint fix

* fix lint

* fix lint

* corrections for lint

* fixes lowercase

* scsplit out

* scsplit back

* change to link

* fixes
  • Loading branch information
mari-ga authored and Tim15-tech committed Apr 3, 2024
1 parent 035b330 commit 483a5b8
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions recipes/scsplit/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{% set name = "scSplit" %}
{% set version = "1.0.8.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/scSplit-{{ version }}.tar.gz
sha256: e39e2e840ec34bec289619817d7ccee70165e79a361041b1b38e53beac1b7fa3

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage('scsplit', max_pin="x.x.x") }}

requirements:
host:
- python
- pip
run:
- python

test:
imports:
- scSplit
commands:
- pip check
requires:
- pip

about:
home: https://github.com/jon-xu/scSplit
summary: Genotype-free demultiplexing of pooled single-cell RNA-Seq
license: MIT


0 comments on commit 483a5b8

Please sign in to comment.