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

Add profiles that should be shared with all pipelines to configs #71

Merged
merged 2 commits into from
Nov 19, 2019

Conversation

maxulysse
Copy link
Member

@maxulysse maxulysse commented Oct 10, 2019

I do think test and debug should be the only profiles to be specified at the pipeline level.

So I'd like to include the following profile here:

  • awsbatch

I still think conda, docker and singularity should be included there, but I agree that we can do that one first, and then we'll see.

@maxulysse maxulysse added the enhancement New feature or request label Oct 10, 2019
@maxulysse maxulysse requested a review from a team October 10, 2019 13:41
@maxulysse maxulysse merged commit a283c5b into nf-core:master Nov 19, 2019
config_profile_url = 'https://aws.amazon.com/batch/'
}

aws.region = params.awsregion
Copy link
Member

Choose a reason for hiding this comment

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

This line causes the tests to fail 😱

https://travis-ci.com/nf-core/configs/jobs/258237834#L362


aws.region = params.awsregion
process.executor = 'awsbatch'
process.queue = params.awsqueue
Copy link
Member

Choose a reason for hiding this comment

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

This line will also cause problems.

process.executor = 'awsbatch'
process.queue = params.awsqueue
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
params.tracedir = './'
Copy link
Member

Choose a reason for hiding this comment

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

Any reason not to group this together with the other params at the top?

Copy link
Member Author

Choose a reason for hiding this comment

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

None, I just copied the config file we had on sarek

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

Successfully merging this pull request may close these issues.

3 participants