blob: 6ca244b9f7c4a7e276a320ea1c4fa218e4c73392 (
plain) (
blame)
1
2
3
4
5
6
7
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
|