Skip to content

Commit

Permalink
chore: clean up LSF manager (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
karatugo committed Nov 21, 2023
1 parent b52e522 commit 286f8f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 171 deletions.
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.

0 comments on commit 286f8f1

Please sign in to comment.