Skip to content

Commit 818bea8

Browse files
fixed conda EXE_GSAPATH handling
1 parent 90fa0d8 commit 818bea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pangenes/_collinear_genes.pl

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ sub help_message {
263263
$GSALIGNEXE = "$gsalign_path/$GSALIGNEXE";
264264
}
265265

266+
print "\n# gsalign binaries: $GSAINDXEXE , $GSALIGNEXE\n\n";
267+
266268
if(`$GSALIGNEXE 2>&1` !~ 'Usage') {
267269
print "# ERROR: cannot find binary file $GSALIGNEXE , exit\n";
268270
exit(-4)

0 commit comments

Comments
 (0)