Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl-hive
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
7
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-hive
Commits
20a22bad
Commit
20a22bad
authored
10 years ago
by
Leo Gordon
Browse files
Options
Downloads
Patches
Plain Diff
New changes for version/2.2
parent
329cc26a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Changelog
+30
-0
30 additions, 0 deletions
Changelog
docs/release_checklist.md
+7
-2
7 additions, 2 deletions
docs/release_checklist.md
with
37 additions
and
2 deletions
Changelog
+
30
−
0
View file @
20a22bad
Version 2.2 - 'analyses_pattern'
===========
* Running and maintenance of pipeline subsets has been made easy with -analyses_pattern option in beekeeper.pl
that understands ranges and additive/subtractive merging. You can refer to analyses in many different ways.
Examples:
-analyses_pattern 1..9 # show scheduling for a range of analysis_ids
-analyses_pattern 1..9,11..15 -run # run a scheduling iteration for two ranges of analysis_ids
-analyses_pattern fasta% -sync # sync analyses matching a pattern
-analyses_pattern 1..9-5-report -loop # loop over a range except two analyses
-analyses_pattern 1..9,fasta% -reset_all_jobs # reset all jobs belonging to a range and a pattern
-analyses_pattern foo,bar,baz -reset_failed_jobs # reset failed jobs belonging to three analyses by names
* The same option is available in runWorker.pl to constrain the set of analyses to specialize into (fully works with -can_respecialize 1 mode)
* Detailed log of Scheduler's decision-making process is available
* db_cmd.pl and SystemCmd.pm runnable have been reworked and are now better adapted for quoted arguments
* Doxygen API documentation packaged with the code
* Scripts' man pages converted into HTML and packaged with the code
* New docs about installing eHive, running eHive and running MPI jobs with eHive
* Using rawgit to render HTML docs hosted on GitHub (impossible otherwise)
* No schema changes since version/2.1 : the same database should continue to work with newer code without patching
Version 2.1 - 'multirole'
===========
...
...
This diff is collapsed.
Click to expand it.
docs/release_checklist.md
+
7
−
2
View file @
20a22bad
...
...
@@ -6,11 +6,16 @@ Checklist to release a new eHive version
2.
Update the Changelog manually using a text editor
3.
Review README.md, install.html and running_eHive_pipelines.html, change the version number in README.md (for rawgit)
3.
Review README.md, install.html and running_eHive_pipelines.html,
change the version number in README.md for the future version (for rawgit)
4.
Regenerate docs/hive_schema.html, docs/scripts and docs/doxygen by running make_docs.pl
5.
Regenerate docs/scripts/index.html if you have 'tree' installed
6.
After branching make sure master will have a new Bio::EnsEMBL::Hive::Version .
6.
Check all of the above into master
7.
Create a new version/x.y branch
8.
After branching make sure
*master*
will have a new Bio::EnsEMBL::Hive::Version .
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