Skip to content

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

Merged
maxulysse merged 2 commits intonf-core:masterfrom
maxulysse:master
Nov 19, 2019
Merged

Add profiles that should be shared with all pipelines to configs#71
maxulysse merged 2 commits intonf-core:masterfrom
maxulysse:master

Conversation

@maxulysse
Copy link
Copy Markdown
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
Comment thread conf/awsbatch.config
config_profile_url = 'https://aws.amazon.com/batch/'
}

aws.region = params.awsregion
Copy link
Copy Markdown
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

Comment thread conf/awsbatch.config

aws.region = params.awsregion
process.executor = 'awsbatch'
process.queue = params.awsqueue
Copy link
Copy Markdown
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.

Comment thread conf/awsbatch.config
process.executor = 'awsbatch'
process.queue = params.awsqueue
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
params.tracedir = './' No newline at end of file
Copy link
Copy Markdown
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
Copy Markdown
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