@@ -47,7 +47,7 @@ def test_main(script_runner):
47
47
genome_table = os .path .join (data_dir , 'genome_list.txt' )
48
48
abund_table = os .path .join (data_dir , 'comm_wAbund.txt' )
49
49
temp_dir = os .path .join (tmp_dir , str (uuid .uuid4 ()))
50
- output_prefix = os .path .join (out_dir , 'TEST' )
50
+ output_prefix = os .path .join (out_dir , 'TEST-main ' )
51
51
52
52
ret = script_runner .run ('MGSIM' , 'ht_reads' , '--art-paired' ,
53
53
'--tmp-dir' , temp_dir ,
@@ -63,7 +63,7 @@ def test_main_multi(script_runner):
63
63
genome_table = os .path .join (data_dir , 'genome_list.txt' )
64
64
abund_table = os .path .join (data_dir , 'comm_wAbund.txt' )
65
65
temp_dir = os .path .join (tmp_dir , str (uuid .uuid4 ()))
66
- output_prefix = os .path .join (out_dir , 'TEST' )
66
+ output_prefix = os .path .join (out_dir , 'TEST-main-multi ' )
67
67
68
68
ret = script_runner .run ('MGSIM' , 'ht_reads' ,
69
69
'--art-paired' , '-n' , '2' ,
@@ -78,7 +78,7 @@ def test_main_zeros(script_runner):
78
78
genome_table = os .path .join (data_dir , 'genome_list.txt' )
79
79
abund_table = os .path .join (data_dir , 'comm_wAbund_zeros.txt' )
80
80
temp_dir = os .path .join (tmp_dir , str (uuid .uuid4 ()))
81
- output_prefix = os .path .join (out_dir , 'TEST' )
81
+ output_prefix = os .path .join (out_dir , 'TEST-main-zeros ' )
82
82
83
83
ret = script_runner .run ('MGSIM' , 'ht_reads' , '--art-paired' ,
84
84
'--tmp-dir' , temp_dir ,
@@ -94,7 +94,7 @@ def test_main_prefix(script_runner):
94
94
genome_table = os .path .join (data_dir , 'genome_list.txt' )
95
95
abund_table = os .path .join (data_dir , 'comm_wAbund.txt' )
96
96
temp_dir = os .path .join (tmp_dir , str (uuid .uuid4 ()))
97
- output_prefix = os .path .join (out_dir , 'TEST' )
97
+ output_prefix = os .path .join (out_dir , 'TEST-main-prefix ' )
98
98
99
99
ret = script_runner .run ('MGSIM' , 'ht_reads' , '--art-paired' ,
100
100
'--tmp-dir' , temp_dir ,
@@ -111,7 +111,7 @@ def test_main_large_frag_sd(script_runner):
111
111
genome_table = os .path .join (data_dir , 'genome_list.txt' )
112
112
abund_table = os .path .join (data_dir , 'comm_wAbund.txt' )
113
113
temp_dir = os .path .join (tmp_dir , str (uuid .uuid4 ()))
114
- output_prefix = os .path .join (out_dir , 'TEST' )
114
+ output_prefix = os .path .join (out_dir , 'TEST-main-largeFragSize ' )
115
115
116
116
ret = script_runner .run ('MGSIM' , 'ht_reads' , '--art-paired' ,
117
117
'--tmp-dir' , temp_dir ,
0 commit comments