mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
80cfee18ce
Obtained from: FreeBSD Haskell
9 lines
294 B
Haskell
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
|