File: test.pl

package info (click to toggle)
t-coffee 2.50-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,376 kB
  • ctags: 2,314
  • sloc: ansic: 45,500; perl: 274; makefile: 54
file content (5 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env perl
chdir "./test";
$r=system "../bin/t_coffee test.pep -in fast_pair -outfile=new_reference_test.aln -outorder=input>/dev/null";
if ($r==0){print "\\nInstallation of t_coffee Successful\\n";}
else {print "\\nInstallation of t_coffee Not Successful\\n";}