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

rm old function

parent 245b3ec6
No related branches found
No related tags found
No related merge requests found
......@@ -143,23 +143,6 @@ ANALYSIS_OUTPUT_FILES = {
}
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_{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', 'pdf', 'tab'],
dir=P_OUT,
stat_flag=flag,
rtype=rtype)
def analysis_plot_files_output():
addon = []
if MG and MT:
......@@ -170,6 +153,7 @@ def analysis_plot_files_output():
addon = PLOT_OUTPUT_FILES['mt']
return expand('%s/results/{name}' % AN_OUT, name=PLOT_OUTPUT_FILES['default'] + addon)
def analysis_output_files():
addon = []
if MG and MT:
......
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