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

Update GenPrepFileJob() #131

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Conversation

charles-cowart
Copy link
Collaborator

Change how GenPrepFileJob() obtains its list of projects to iterate over. Previously this was done by examining the states of other Job() objects. To recover state after a failed job, GenPrepFileJob() will now extract project information from fastq file paths.

Change how GenPrepFileJob() obtains its list of projects to iterate
over. Previously this was done by examining the states of other Job()
objects. To recover state after a failed job, GenPrepFileJob() will now
extract project information from fastq file paths.
@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 8148860467

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 37 of 37 (100.0%) changed or added relevant lines in 3 files are covered.
  • 37 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.3%) to 83.019%

Files with Coverage Reduction New Missed Lines %
sequence_processing_pipeline/Pipeline.py 8 86.67%
sequence_processing_pipeline/tests/test_Pipeline.py 14 89.11%
sequence_processing_pipeline/GenPrepFileJob.py 15 63.85%
Totals Coverage Status
Change from base Build 8056475388: -0.3%
Covered Lines: 2422
Relevant Lines: 2752

💛 - Coveralls

@antgonza antgonza merged commit 9585a5c into biocore:master Mar 5, 2024
2 checks passed
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.

3 participants