ensembl-hive
2.7.0
Functions
load_database_from_ftp_site.pl File Reference
Go to the source code of this file.
Functions
public
cleanup
()
public
usage
()
Function Documentation
◆
cleanup()
public cleanup
(
)
Undocumented method
Code:
click to view
sub
cleanup
{
my $died = shift;
if
(defined($died) and $died){
system(
"gzip $database/CHECKSUMS"
);
exit 1;
}
if
(defined($cleanup)){
system(
"rm -Rf $database"
);
}
exit 0;
}
◆
usage()
public usage
(
)
cleanup
public cleanup()
ensembl
misc-scripts
load_databases
load_database_from_ftp_site.pl
Generated on Wed Oct 2 2024 14:28:29 for ensembl-hive by
1.8.17