-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update paper_ranking workflow (#1289)
This pull request addresses the issue where the most recent iteration of the 'paper ranking workflow' failed due to the `bioregistry` module not being found. Log details: https://github.com/biopragmatics/bioregistry/actions/runs/12101327040/job/33741034641 I made the following changes to address this issue (and a couple other issues): - Updated `paper_ranking.yml` to ensure that the PYTHONPATH is properly set, pointing to the `src` directory. - Added `curies` to `paper_ranking_requirements.txt` - Removed unnecessary lambda function I confirmed that these changes successfully run the pipeline and update the corresponding issue without error in my forked repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
click | ||
curies | ||
indra | ||
pandas | ||
scikit-learn | ||
|