1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/science/hs-bio/files/patch-examples__RSelectPE.hs
Gabor Pali 80cfee18ce - Update to 0.5.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:20:41 +00:00

9 lines
294 B
Haskell

--- ./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