Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added an splitter for items separated by blank lines
  • Loading branch information
jose committed Jun 10, 2010
1 parent cb2127c commit 2c3ca08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psubprocess/splitters.py
Expand Up @@ -205,6 +205,8 @@ def get_splitter(expression):
creates a regular expression based splitter'''
if expression == 'fastq':
return fastq_splitter
elif expression == 'blank_line':
return blank_line_splitter
else:
return create_file_splitter_with_re(expression)

Expand Down

0 comments on commit 2c3ca08

Please sign in to comment.