Skip to content

Instantly share code, notes, and snippets.

@ar0ch
Created October 25, 2017 13:05
Show Gist options
  • Save ar0ch/0cddd9ac807349d48a3a407ec86133aa to your computer and use it in GitHub Desktop.
Save ar0ch/0cddd9ac807349d48a3a407ec86133aa to your computer and use it in GitHub Desktop.
Patch for unicycler 0.4.2 update
From 96c2f53e77c6898132fb0e6c89ce4433a35c31bc Mon Sep 17 00:00:00 2001
From: Aroon Chande <git@atc.io>
Date: Tue, 24 Oct 2017 09:52:30 -0400
Subject: [PATCH] Update Unicycler
- Add racon and miniasm run dependencies
- Set py27 incompatible
---
recipes/unicycler/meta.yaml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/recipes/unicycler/meta.yaml b/recipes/unicycler/meta.yaml
index 1019fb2..628fb7b 100644
--- a/recipes/unicycler/meta.yaml
+++ b/recipes/unicycler/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "unicycler" %}
-{% set version = "0.4.1" %}
+{% set version = "0.4.2" %}
package:
name: {{ name|lower }}
@@ -7,12 +7,12 @@ package:
build:
number: 0
- skip: True
+ skip: True # [py27]
source:
fn: {{ name|lower }}_{{ version }}.tar.gz
url: https://github.com/rrwick/Unicycler/archive/v{{ version }}.tar.gz
- sha256: 00200ea13c2ce90ba7b55917060ffb2e425f59ba515423fa516ff3d6519af336
+ sha256: 58dbeee3b829e00a6f53ea0a151fd6dc77f1a7c35fefa31602deb2f1f5f481ea
patches:
- Makefile.patch [linux]
- misc.py.patch
@@ -33,6 +33,8 @@ requirements:
- samtools >=1.0
- blast
- freebayes
+ - racon
+ - miniasm
test:
commands:
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment