~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to debian/patches/abyss-pe

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- abyss-1.2.7.orig/bin/abyss-pe
2
 
+++ abyss-1.2.7/bin/abyss-pe
3
 
@@ -2,6 +2,9 @@
 
1
Index: abyss-1.3.0/bin/abyss-pe
 
2
===================================================================
 
3
--- abyss-1.3.0.orig/bin/abyss-pe       2011-09-09 14:59:21.000000000 -0700
 
4
+++ abyss-1.3.0/bin/abyss-pe    2011-09-11 09:39:29.000000000 -0700
 
5
@@ -2,6 +2,7 @@
4
6
 # Run the ABySS paired-end assembler.
5
7
 # Written by Shaun Jackman <sjackman@bcgsc.ca>.
6
8
 
7
9
+PATH:=/usr/lib/abyss:${PATH}
8
 
+SHELL=/bin/bash
9
 
+
 
10
 SHELL=/bin/bash -o pipefail
 
11
 
10
12
 # Integrate with Sun Grid Engine (SGE)
11
 
 ifdef JOB_NAME
12
 
 name?=$(JOB_NAME)