Skip to content

Commit

Permalink
Add deprecated message to multi superpose script
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Jan 5, 2018
1 parent 07ea0a5 commit 5a4605f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/cath-superpose-multi-temp-script
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ use Path::Class qw/ dir file /;
my $SSAP_ALIGNMENT_SUFFIX = ".list";
my $SSAP_SCORES_SUFFIX = ".scores";

warn "\n";
warn "***************************************************************************\n";
warn "* THIS SCRIPT IS DEPRECATED BECAUSE CATH-SUPERPOSE CAN NOW DO THIS ITSELF *\n";
warn "* PLEASE STOP USING THIS SCRIPT *\n";
warn "* USE CATH-SUPERPOSE DIRECTLY INSTEAD *\n";
warn "***************************************************************************\n";
warn "\n";

# Check the script's arguments
if ( scalar(@ARGV) < 3 ) {
die "Usage: $PROGRAM_NAME temp_dir struc_id1 struc_id2 struc_id3 ...\n\n"
Expand Down

0 comments on commit 5a4605f

Please sign in to comment.