From bcc9dbdf46ba5512b22821112faeeb6e403b36be Mon Sep 17 00:00:00 2001 From: Peter van 't Hof Date: Sun, 22 Jan 2017 16:56:26 +0100 Subject: [PATCH] Also adding jenkins to the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d06cac50f..632858dd1 100755 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ $ biopet pipeline -config -qsub -jobParaEn It is usually a good idea to do the real run using `screen` or `nohup` to prevent the job from terminating when you log out of SHARK. In practice, using `biopet` as it is is also fine. What you need to keep in mind, is that each pipeline has their own expected config layout. You can check out more about the general structure of our config files [here](docs/config.md). For the specific structure that each pipeline accepts, please consult the respective pipeline page. -### Running Biopet in your own computer +## Testing -At the moment, we do not provide links to download the Biopet package. If you are interested in trying out Biopet locally, please contact us as [sasc@lumc.nl](mailto:sasc@lumc.nl). +Our code is test on each change on out local Jenkins installation. We using a [JenkinsFile]() in out repository to do this. ## Contributing to Biopet -- GitLab