File tree 1 file changed +4
-6
lines changed 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl -w
2
- # @(#)pique-input.pl 2021-05-24 A.J.Travis and A.Douglas
2
+ # @(#)pique-input.pl 2021-05-26 A.J.Travis and A.Douglas
3
3
4
4
#
5
5
# PIQUE - Parallel Identification Of QTL's using EMMAX
@@ -1049,16 +1049,14 @@ sub output {
1049
1049
Description : tidy up files unless debugging
1050
1050
External : $opt_i = input prefix
1051
1051
: $opt_o = output prefix
1052
- Files : $rped_file = recoded .ped file
1053
- : $rmap_file = recoded map file
1054
- : "$opt_i_recode12.nosex"
1052
+ Files : "$opt_i_recode12.nosex"
1055
1053
: "$opt_i_recode12.log"
1056
- : "$opt_o.log"
1054
+ : "$opt_o-pique-input .log"
1057
1055
1058
1056
=cut
1059
1057
1060
1058
sub tidy_up {
1061
- my @hit_list = <$opt_i *.nosex $opt_i *.log >;
1059
+ my @hit_list = <$opt_i *.nosex $opt_i *.log $opt_o *. log >;
1062
1060
1063
1061
if ( defined $opt_v ) {
1064
1062
print " removing temp files...\n " ;
You can’t perform that action at this time.
0 commit comments