Add input and output options to solexaPairEnd

This commit is contained in:
2012-04-25 10:53:18 +00:00
parent f3e6c41c56
commit 6a45d563d4

View File

@ -271,9 +271,6 @@ def autoEntriesIterator(options):
options.outputFormater=formatFastq
options.outputFormat="fastq"
# if options.addrank:
# reader = withRankIterator(reader)
if options.skiperror:
reader = skipOnErrorIterator(reader)