Skip to content

Commit e2be771

Browse files
author
Peter Combs
committed
Add better glob specs to list
1 parent f8eea12 commit e2be771

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

configure

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ star_str = ('$(ANALYSIS_DIR)/{label}/accepted_hits.bam: '
3838

3939
mappers = {'star': star_str, 'tophat' : tophat_str}
4040

41-
glob_specs = ['{seqdir}/*/*{label}*/*_{{read}}_*.fastq*',
42-
'{seqdir}/*index{index}/*_{{read}}*.fastq*',
43-
]
41+
glob_specs = [
42+
'{seqdir}/*{label}{index}/*_{{read}}_*.fastq*',
43+
# '{seqdir}/*{index}/*_{{read}}_*.fastq*',
44+
'{seqdir}/*/*{label}*/*_{{read}}_*.fastq*',
45+
'{seqdir}/*index{index}/*_{{read}}*.fastq*',
46+
]
4447

4548

4649
def parse_arguments():

0 commit comments

Comments
 (0)