-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial PR getting tests to pass #1
Conversation
Python linting (
|
|
This is an initial commit for for the cluster splitting pipeline, more work will need to be dont to deal with the actual goal the pipeline is supposed to address. Currently there appears to be some issues in how some files are being constructed e.g. column order changes. This may be due to how the But this commit can serve as a good starting point for the rest of the pipeline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @mattheww95. Sorry about the long wait for this PR. I just have 2 comments.
.nf-core.yml
Outdated
@@ -15,9 +15,12 @@ lint: | |||
- .github/ISSUE_TEMPLATE/bug_report.yml | |||
- .github/PULL_REQUEST_TEMPLATE.md | |||
- .github/workflows/branch.yml | |||
- .github/workflows/linting_comment.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the linting_comment.yml
and linting.yml
files not be added to the files to ignore linting and instead the files themselves updated to match what's found e.g., in here: https://github.com/phac-nml/snvphylnfc/tree/dev/.github/workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the example! I will take care of that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are passing locally, but no in actions. Do you have any suggestions on what could resolve the issue? @apetkau
No description provided.