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 flexiformatter version 1.0.2 #51633

Merged
merged 3 commits into from
Oct 25, 2024
Merged
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
50 changes: 50 additions & 0 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "flexiformatter" %}
{% set version = "1.0.2" %}

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

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

build:
entry_points:
- flexiformatter = flexiformatter.reformat_flexiplex_tags:app
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage(name|lower, max_pin='x.x') }}

requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- typer >= 0.9.0
- simplesam
- samtools

test:
imports:
- flexiformatter
- simplesam
commands:
- flexiformatter --help
- samtools --help
requires:
- pip

about:
home: "https://github.com/ljwharbers/flexiformatter"
summary: Moving flexiplex barcode and UMI to bam tags
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- ljwharbers