Changeset 38168 for trunk/ippScripts/scripts/sc_check_diff.pl
- Timestamp:
- Apr 23, 2015, 3:12:58 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/sc_check_diff.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_check_diff.pl
r38093 r38168 8 8 9 9 10 my $remote_root = '/scratch3/watersc1/';10 #my $remote_root = '/scratch3/watersc1/'; 11 11 12 my ($diff_id,$skycell_id,$dbname,$out_path_base );12 my ($diff_id,$skycell_id,$dbname,$out_path_base, $remote_root); 13 13 GetOptions( 14 14 'diff_id=s' => \$diff_id, … … 16 16 'dbname=s' => \$dbname, 17 17 'out_path_base=s' => \$out_path_base, 18 'remote_root=s' => \$remote_root, 18 19 ) or pod2usage( 2 ); 19 20 20 pod2usage( -msg => "Required options: --out_path_base ", -exitval => 3) unless21 pod2usage( -msg => "Required options: --out_path_base --remote_root", -exitval => 3) unless 21 22 defined($out_path_base) && 22 23 defined($diff_id) && 23 24 defined($skycell_id) && 25 defined($remote_root) && 24 26 defined($dbname); 25 27
Note:
See TracChangeset
for help on using the changeset viewer.
