We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8eea12 commit e2be771Copy full SHA for e2be771
1 file changed
configure
@@ -38,9 +38,12 @@ star_str = ('$(ANALYSIS_DIR)/{label}/accepted_hits.bam: '
38
39
mappers = {'star': star_str, 'tophat' : tophat_str}
40
41
-glob_specs = ['{seqdir}/*/*{label}*/*_{{read}}_*.fastq*',
42
- '{seqdir}/*index{index}/*_{{read}}*.fastq*',
43
- ]
+glob_specs = [
+ '{seqdir}/*{label}{index}/*_{{read}}_*.fastq*',
+ # '{seqdir}/*{index}/*_{{read}}_*.fastq*',
44
+ '{seqdir}/*/*{label}*/*_{{read}}_*.fastq*',
45
+ '{seqdir}/*index{index}/*_{{read}}*.fastq*',
46
+]
47
48
49
def parse_arguments():
0 commit comments