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

Make outdir a mandatory parameter #1431

Merged
merged 9 commits into from
Mar 9, 2022
Merged

Conversation

JoseEspinosa
Copy link
Member

Make outdir a mandatory parameter. Closes #1415

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated

@JoseEspinosa JoseEspinosa marked this pull request as ready for review March 7, 2022 21:57
@@ -23,6 +23,8 @@ jobs:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
pipeline: ${{ github.repository }}
Copy link
Member

Choose a reason for hiding this comment

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

Hmmm...where did this come from again?

Copy link
Member

Choose a reason for hiding this comment

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

And should we add it to awstest.yml too?

Copy link
Member Author

Choose a reason for hiding this comment

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

I saw it here and yes, as you nicely spotted it should also be added to awstest.yml

Copy link
Member

Choose a reason for hiding this comment

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

I have lost track of where we are with these actions. @ewels I could swear we tested this stuff and had already updated the pipeline template? I'm confused.

Copy link
Member

Choose a reason for hiding this comment

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

Ok. Given this code is in rnaseq on master and the Actions seems to be working I think we are good here.

Copy link
Member

Choose a reason for hiding this comment

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

These lines were deliberately removed and should not have been added back here. Sorry I missed the ping fellas..

Copy link
Member

Choose a reason for hiding this comment

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

Context - removed in #1395

This is because the new version of the Tower CLI tool needs the fully qualified GitHub URL now, instead of user/repo (which is what github.repository gives). The nf-core/tower-action does this properly by default now, but by specifying these in the template here we overwrite those defaults and break it.

Fixed in #1488

Copy link
Member

@drpatelh drpatelh left a comment

Choose a reason for hiding this comment

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

💥

@drpatelh drpatelh merged commit 5b32ed1 into nf-core:dev Mar 9, 2022
@ewels
Copy link
Member

ewels commented Mar 11, 2022

Looks like this broke the python tests. Nobody noticed as those tests only run if python files are edited.. I'll change that now so that they always run.

@ewels ewels mentioned this pull request Mar 11, 2022
4 tasks
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