We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818bea8 commit 732b4feCopy full SHA for 732b4fe
pangenes/_collinear_genes.pl
@@ -52,7 +52,7 @@
52
# -p 80 -s 1000 -> 1793
53
# -p 80 -s 2000 -> 1528
54
55
-my $GSALIGNPATH = './';
+my $GSALIGNPATH = '';
56
my $GSAINDXEXE = 'bwt_index';
57
my $GSALIGNEXE = 'GSAlign';
58
my $GSALIGNPARS = '-sen -no_vcf -fmt 1';
@@ -261,9 +261,7 @@ sub help_message {
261
if($gsalign_path ne '') {
262
$GSAINDXEXE = "$gsalign_path/$GSAINDXEXE";
263
$GSALIGNEXE = "$gsalign_path/$GSALIGNEXE";
264
- }
265
-
266
- print "\n# gsalign binaries: $GSAINDXEXE , $GSALIGNEXE\n\n";
+ } #print "\n# gsalign binaries: $GSAINDXEXE , $GSALIGNEXE\n\n";
267
268
if(`$GSALIGNEXE 2>&1` !~ 'Usage') {
269
print "# ERROR: cannot find binary file $GSALIGNEXE , exit\n";
0 commit comments