-
Notifications
You must be signed in to change notification settings - Fork 26
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
Try to fix RRA #214
Try to fix RRA #214
Conversation
|
.github/workflows/ci.yml
Outdated
@@ -41,7 +41,7 @@ jobs: | |||
- "test_umis" | |||
- "test_screening_count_table" | |||
isMaster: | |||
- ${{ github.base_ref == 'master' }} | |||
- true |
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.
Are you sure you want this to always run? That seems sort of overkill in terms of the polarbears (this would be every single CI run you will run 3 profiles x 6 tests x 2 nextflow version everytime...?
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.
no you're right i think we wanted to just run it for this PR, let me modify it
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.
I would suggest to test singularity manually by opening a draft PR against master (just don't merge it)
This PR is to add singularity and docker tests to our pipeline and also fix certain issues users were experience when running hte pipeline with docker or singularity, especially with the MAGECKFlute package