Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nextflow
read-quality-control
Commits
3724fc0b
Commit
3724fc0b
authored
Oct 10, 2018
by
Lukas Jelonek
Browse files
Add config template for s3 usage
parent
d897760f
Changes
1
Hide whitespace changes
Inline
Side-by-side
s3-test.config.template
0 → 100644
View file @
3724fc0b
params {
// replace <mybucket> with your own bucket
input = 's3://<mybucket>/data/*.fastq.gz'
output = 's3://<mybucket>/results/'
}
aws {
// replace <accessKey> and <secretKey> with your keys
// you may also consider adding this whole scope into your global nextflow config
// in $HOME/.nextflow/config
accessKey = '<accessKey>'
secretKey = '<secretKey>'
client {
endpoint = 'https://s3.computational.bio.uni-giessen.de'
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment