Skip to content

Commit

Permalink
Allow one fewer input to multi supn script
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Nov 23, 2017
1 parent f2b5b08 commit e7bde2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cath-superpose-multi-temp-script
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my $SSAP_ALIGNMENT_SUFFIX = ".list";
my $SSAP_SCORES_SUFFIX = ".scores";

# Check the script's arguments
if ( scalar(@ARGV) < 4 ) {
if ( scalar(@ARGV) < 3 ) {
die "Usage: $PROGRAM_NAME temp_dir struc_id1 struc_id2 struc_id3 ...\n\n"
. "Align regions may also be specified in the same list in the format: D[5inwB02]251-348:B,408-416A:B\n\n"
. "Those specifications must be in one-to-one correspondence with the struc_ids.\n"
Expand Down

0 comments on commit e7bde2a

Please sign in to comment.