diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:20:41 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:20:41 +0000 |
commit | 80cfee18ce64709d6e1366b1293b5488b5be05fb (patch) | |
tree | 0cc12135503f923c10f999b48527f559fafc8aa7 /science/hs-bio/files/patch-examples__RSelectPE.hs | |
parent | - Update to 0.2.0 (diff) |
- Update to 0.5.1
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291221
Diffstat (limited to 'science/hs-bio/files/patch-examples__RSelectPE.hs')
-rw-r--r-- | science/hs-bio/files/patch-examples__RSelectPE.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/science/hs-bio/files/patch-examples__RSelectPE.hs b/science/hs-bio/files/patch-examples__RSelectPE.hs new file mode 100644 index 000000000000..6ca244b9f7c4 --- /dev/null +++ b/science/hs-bio/files/patch-examples__RSelectPE.hs @@ -0,0 +1,8 @@ +--- ./examples/RSelectPE.hs.orig 2011-12-15 12:56:28.000000000 +0100 ++++ ./examples/RSelectPE.hs 2011-12-17 11:46:58.000000000 +0100 +@@ -1,5 +1,3 @@ +-{- | Randomly select paired end (illumina) reads -} +- + import System.Environment (getArgs) + import Data.List (isSuffixOf) + import System.Random |