Skip to content
Snippets Groups Projects
Commit c4132fd9 authored by Andy Yates's avatar Andy Yates
Browse files

Default the pattern to all core databases

parent 4b6598cd
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ and store them as a translation_attrib values
=head1 EXAMPLES
Calculate translation_attributes for all databases in ens-staging
Calculate translation_attributes for all core databases in ens-staging
$ ./translation_attribs.pl --user ensadmin --pass password
......@@ -97,6 +97,7 @@ $opts->{tmpdir} ||= '/tmp';
$opts->{port} ||= '3306';
$opts->{host} ||= 'ens-staging';
$opts->{user} ||= 'ensro';
$opts->{pattern} ||= qr/.+_core_.+/;
my %PEPSTATS_CODES = ( 'Number of residues' => 'NumResidues',
'Molecular weight' => 'MolecularWeight',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment