Skip to content

Commit

Permalink
file download is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Trevanion committed Jan 23, 2015
1 parent fd98a0d commit 22f6cd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/conversion/xref/vega_xpat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ BEGIN
my $min_perc_ident = 97;
my $min_hit_length = 150;

$support->check_required_params('genbank_file');
$support->check_required_params('xpat_file');
$support->confirm_params;
$support->init_log;

Expand Down
2 changes: 0 additions & 2 deletions scripts/conversion/xref/zfin_xrefs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ BEGIN
'prune',
);

$support->check_required_params('zfin_name_file','zfin_desc_file','zfin_alias_file');

if ($support->param('help') or $support->error) {
warn $support->error if $support->error;
pod2usage(1);
Expand Down

0 comments on commit 22f6cd2

Please sign in to comment.