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

Updated ddRAGE to version 1.6.3 #12557

Merged
merged 1 commit into from
Dec 11, 2018
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
9 changes: 5 additions & 4 deletions recipes/ddrage/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{% set version = "1.6.3" %}

package:
name: ddrage
version: "1.6.1"
version: {{ version }}

source:
url: https://bitbucket.org/genomeinformatics/rage/get/1.6.1.tar.gz
sha256: 7d5d6f33b011551746426ca0554b8d999b65d2c72ba2b0a398de661f976c11a9
url: https://bitbucket.org/genomeinformatics/rage/get/{{ version }}.tar.gz
sha256: 97e8079a59ea0038f35ea8d348b4619f846863a22275b6e168ea712362aebdfc


build:
Expand All @@ -17,7 +19,6 @@ build:
- visualize_bbd = ddrage.tools.bbd_visualization:main_standalone
- remove_annotation = ddrage.tools.remove_annotation:main
- split_by_p7_barcode = ddrage.tools.split_by_p7_barcode:main
build: 0


requirements:
Expand Down