diff --git a/scripts/make_FTP_sites.pl b/scripts/make_FTP_sites.pl index ac9d73f9c..6fbb05525 100755 --- a/scripts/make_FTP_sites.pl +++ b/scripts/make_FTP_sites.pl @@ -987,11 +987,11 @@ sub copy_misc_files{ next if exists $skip_species{$k}; next if @only_species and not exists $only_species{$k}; - my $source = $v->misc_output . '/protein_domain.tvs'; + my $source = $v->misc_output . '/protein_domain.tsv'; my $target = "$targetdir/species/".$v->full_name(-g_species => 1).'/'.$v->ncbi_bioproject.'/annotation/'. $v->full_name(-gspecies => 1).'.'.$v->ncbi_bioproject.'.'.$WS_version_name.'.protein_domains.tsv'; if (-e $source){$wormbase->run_command("cp -f $source $target",$log)} - else{$log->write_to("cannot find $source file\n")} + else{$log->write_to("ERROR: cannot find $source file\n")} } $runtime = $wormbase->runtime;