Skip to content
Snippets Groups Projects
Commit f29a0d45 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

change output name for htqc tool

parent 4b8a53af
No related branches found
No related tags found
No related merge requests found
......@@ -128,14 +128,14 @@ def analysis_stats_files_output(rtype, flag):
return expand([
'{dir}/{stat_flag}/{rtype}/cycle_composition_{n}.{ext}',
'{dir}/{stat_flag}/{rtype}/cycle_quality_{n}.{ext}',
'{dir}/{stat_flag}/{rtype}/cycle_quality_box_{n}.{ext}',
'{dir}/{stat_flag}/{rtype}/cycle_quality_{n}.box.{ext}',
'{dir}/{stat_flag}/{rtype}/info.tab',
'{dir}/{stat_flag}/{rtype}/lane_tile_quality_{n}.{ext}',
'{dir}/{stat_flag}/{rtype}/quality_QQ.{ext}',
'{dir}/{stat_flag}/{rtype}/reads_length.{ext}',
'{dir}/{stat_flag}/{rtype}/reads_quality.{ext}'],
n=['1', '2'],
ext=['gnuplot', 'png', 'tab'],
ext=['gnuplot', 'pdf', 'tab'],
dir=P_OUT,
stat_flag=flag,
rtype=rtype)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment