https://github.com/zachcp/nextflow-docker-batch
Nextflow Image for use on AWS Batch
https://github.com/zachcp/nextflow-docker-batch
Last synced: 3 months ago
JSON representation
Nextflow Image for use on AWS Batch
- Host: GitHub
- URL: https://github.com/zachcp/nextflow-docker-batch
- Owner: zachcp
- Created: 2019-09-18T19:20:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T19:21:19.000Z (over 5 years ago)
- Last Synced: 2025-02-24T04:13:00.922Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# nextflow-docker-bash
Create a docker image for use as the AWS Batch job-runner. Based on the AWS Genomics
workflow [documentation found here](https://docs.opendata.aws/genomics-workflows/orchestration/nextflow/nextflow-overview/).Image Location: https://cloud.docker.com/u/zachcp/repository/docker/zachcp/nextflow-docker-batch
## Pull
```
docker pull zachcp/nextflow-docker-batch
```## Build
```
docker login
bash build.sh
```