Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
8859eca4
Commit
8859eca4
authored
15 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup POD.
parent
15e26b82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc-scripts/translation_attribs_wrapper.pl
+27
-19
27 additions, 19 deletions
misc-scripts/translation_attribs_wrapper.pl
with
27 additions
and
19 deletions
misc-scripts/translation_attribs_wrapper.pl
+
27
−
19
View file @
8859eca4
...
...
@@ -2,9 +2,11 @@
=head1 NAME
translation_attribs_wrapper.pl - script to calculate peptide statistics and store them in
translation_attrib table. This is mainly a wrapper around
the translation_attribs script to submit several jobs to the farm
translation_attribs_wrapper.pl
Script to calculate peptide statistics and store them in
translation_attrib table. This is mainly a wrapper around the
translation_attribs.pl script to submit several jobs to the farm.
=head1 SYNOPSIS
...
...
@@ -12,38 +14,44 @@ translation_attribs_wrapper.pl [arguments]
Required arguments:
--user=user
username for the database
--user=user username for the database
--pass=pass
password for database
--pass=pass password for database
--release=release
release number
--release=release release number
Optional arguments:
--binpath=PATH directory where the binary script to calculate
pepstats is stored (default: /software/pubseq/bin/emboss)
--binpath=PATH directory where the binary script to
calculate pepstats is stored (default:
/software/pubseq/bin/emboss)
--tmpdir=directory directory to store temporary results of pepstats
(default: /tmp)
--tmpfile=file file to store tmp results of pepstats (default=/tmp)
--host=host server where the core databases are stored
(default: ens-staging)
--
host=host server where the core databases are stored (default: ens-staging
)
--
port=port port (default: 3306
)
--port=port port (default=3306)
--path=path path where the LSF output will be stored
(default: the current directory)
--path=path path where the LSF output will be stored (default=pwd)
--help print help (this message)
--help display help (this message)
=head1 DESCRIPTION
This script will calculate the peptide statistics for all core databases in the server
and store them as a translation_attrib values. This is a wraper around the translation_attrib
and will simply submit jobs to the farm grouping the core databases in patterns
This script will calculate the peptide statistics for all core databases
in the server and store them as a translation_attrib values. This is a
wraper around the translation_attrib and will simply submit jobs to the
farm grouping the core databases in patterns.
=head1 EXAMPLES
Calculate translation_attributes for all databases in ens-staging
Calculate translation_attributes for all databases in ens-staging
$ ./translation_attribs_wrapper.pl --user ensadmin --pass password --release 51 --path /my/path/to/lsf/output
$ ./translation_attribs_wrapper.pl --user ensadmin \
--pass password --release 51 --path /my/path/to/lsf/output
=head1 LICENCE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment