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

fix: Ga4gh tes bugfixes #1127

Merged
merged 11 commits into from Aug 12, 2021
Merged

fix: Ga4gh tes bugfixes #1127

merged 11 commits into from Aug 12, 2021

Conversation

svedziok
Copy link
Contributor

@svedziok svedziok commented Aug 9, 2021

Description

This PR contains two bugfixes

  • Adds missing py-tes package, which is required for GA4GH job submission
  • Resolve bug with remote log or benchmarkfiles

QC

  • [ x] The PR contains a test case for the changes or the changes are already covered by an existing test case.
  • [ x] The documentation (docs/) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).

@svedziok svedziok changed the title Ga4gh tes bugfixes fix: Ga4gh tes bugfixes Aug 9, 2021
@svedziok svedziok marked this pull request as ready for review August 9, 2021 14:05
setup.py Outdated
@@ -76,6 +76,7 @@
"filelock",
"stopit",
"tabulate",
"py-tes",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs to be a required dependency. But the docs should probably say that py-tes needs to be installed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the import statement here should be wrapped in a try-except with a WorkflowError("Unable to import Python package tes. TES backend requires py-tes to be installed. Please install py-tes, e.g. via Conda or Pip.")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I added a try-except statement in the init function. I will also a note at the documentation

@github-actions
Copy link
Contributor

Please format your code with black: black snakemake tests/*.py.

@sonarcloud
Copy link

sonarcloud bot commented Aug 10, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@johanneskoester johanneskoester merged commit af21d6c into main Aug 12, 2021
@johanneskoester johanneskoester deleted the ga4gh_tes_bugfixes branch August 12, 2021 09:50
@johanneskoester
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants