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

aquila first version #17129

Merged
merged 3 commits into from
Aug 28, 2019
Merged
Changes from 2 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
45 changes: 45 additions & 0 deletions recipes/aquila/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "aquila" %}
{% set version = "1.0.0" %}


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

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "

source:
url: https://github.com/xinzhoucs/Aquila/archive/v1.0.0.tar.gz
sha256: 035da84ffc116ce6a9cf5bdd2d53428efa2d84fd5c9009c94cc9c700410cc542

requirements:
host:
- python >=3
- pip

run:
- python >=3
- samtools
- pysam >=0.15.2
- minimap2
- scipy
- numpy

test:
commands:
- Aquila_step1 --help
- Aquila_step2 --help
- Aquila_clean --help
- Aquila_step1_multilibs --help
- Aquila_assembly_based_variants_call --help
- Aquila_phasing_all_variants --help
- Aquila_step0_sortbam --help
- Aquila_step0_sortbam_multilibs --help

about:
home: https://github.com/maiziex/Aquila
license: MIT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please include license_file:

And if you have please consider to include a DOI in the extra section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a license_file. thanks

summary: Diploid personal genome assembly and comprehensive variant detection based on linked-reads