Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clean up LSF manager #157

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions solrIndexerManager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This scripts allows incremental solr indexing to speed up data release.

The script takes two database instances, determins the newly added, updated and deleted studies. The updated and deleted studies and associations are deleted from the solr index. All efo traits and disease traits are also deleted from the solr index. The pubmed ID of the newly added and updated studies are passed to the solr indexer application for indexing.

For a single pubmed ID, a single LSF job is started, where only association and study documents are generated. Two jobs are started up to generate efo and disease trait documents. The script keeps track of running jobs and provides a constant update. When all running jobs are finished the script exits.
For a single pubmed ID, a single Nextflow job is started, where only association and study documents are generated. Two jobs are started up to generate efo and disease trait documents. The script keeps track of running jobs and provides a constant update. When all running jobs are finished the script exits.

**Warning!!**: the sript DOES NOT checks the output status of the jobs. It is not yet implemented as there are downstream QC processed to check the document counts.

Expand All @@ -23,10 +23,6 @@ Other packages:

* `pandas` : tables are manipulated and compared using pandas dataframes.

LSF group:

* `/gwas_catalog/solr_indexer` This group has set 30 running jobs as limit. If this group is not yet created on LSF it will be generated dynamicaly for the jobs.

## Usage:

```bash
Expand Down
166 changes: 0 additions & 166 deletions solrIndexerManager/components/lsf_manager.py

This file was deleted.