Generalize the regexp for analysis files
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1714 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
1ee8ba590c
commit
8349004414
|
|
@ -361,8 +361,7 @@ def analyzeRawData(rawDataFile):
|
||||||
analyzeReadGroup(readGroup, data, outputRoot)
|
analyzeReadGroup(readGroup, data, outputRoot)
|
||||||
|
|
||||||
plottersByFile = {
|
plottersByFile = {
|
||||||
"raw_data.csv$" : analyzeRawData,
|
".csv$" : analyzeRawData,
|
||||||
"recal_data.csv$" : analyzeRawData,
|
|
||||||
"empirical_v_reported_quality" : 'PlotQEmpStated',
|
"empirical_v_reported_quality" : 'PlotQEmpStated',
|
||||||
"quality_difference_v_dinucleotide" : 'PlotQDiffByDinuc',
|
"quality_difference_v_dinucleotide" : 'PlotQDiffByDinuc',
|
||||||
"quality_difference_v_cycle" : 'PlotQDiffByCycle' }
|
"quality_difference_v_cycle" : 'PlotQDiffByCycle' }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue