Skip to content

Commit 2d90712

Browse files
committedJan 11, 2019
Removed old files, updated README.md
1 parent aa20b30 commit 2d90712

File tree

15 files changed

+3
-729
lines changed

15 files changed

+3
-729
lines changed
 

‎GEMmaker/Dockerfile

-104
This file was deleted.

‎GEMmaker/modulefiles/fastQC/0.11.7.lua

-11
This file was deleted.

‎GEMmaker/modulefiles/hisat2/2.1.0.lua

-11
This file was deleted.

‎GEMmaker/modulefiles/python3/3.6.5.lua

-19
This file was deleted.

‎GEMmaker/modulefiles/samtools/1.9.lua

-13
This file was deleted.

‎GEMmaker/modulefiles/sratoolkit/2.8.2.lua

-11
This file was deleted.

‎GEMmaker/modulefiles/stringtie/1.3.4d.lua

-10
This file was deleted.

‎GEMmaker/modulefiles/trimmomatic/0.38.lua

-13
This file was deleted.

‎KINC/Dockerfile

-56
This file was deleted.

‎KINC/main.nf

-167
This file was deleted.

‎KINC/nextflow.config

-84
This file was deleted.

‎README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kube-runner
22

3-
This repository provides a tool for running bioinformatics workflows as jobs on a Kubernetes cluster. This repository also contains Docker resources for several applications:
3+
This repository provides a tool for running bioinformatics workflows as jobs on a Kubernetes cluster. This repository also contains some examples for several applications:
44

55
- [GEMmaker](https://github.com/SystemsGenetics/GEMmaker)
66
- [gene-oracle](https://github.com/ctargon/gene-oracle)
@@ -16,13 +16,12 @@ You need Docker to build and push Docker images, and [nvidia-docker](https://git
1616

1717
Build a Docker image:
1818
```bash
19-
cd <app-directory>
20-
sudo docker build -t <tag> -f <Dockerfile> .
19+
sudo docker build -t <tag> <build-directory>
2120
```
2221

2322
Run a Docker container (locally):
2423
```bash
25-
sudo docker run [--runtime=nvidia] --rm -it <tag>
24+
sudo docker run [--runtime=nvidia] --rm -it <tag> <command>
2625
```
2726

2827
List the Docker images on your machine:

‎gene-oracle/Dockerfile

-12
This file was deleted.

‎gene-oracle/main.nf

-124
This file was deleted.

‎gene-oracle/nextflow.config

-90
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.