@@ -7,16 +7,13 @@ One simple bash script is available, which will pull the Sarek-data repository a
77
88Such tests are used in our Continuous Integration with Travis. You can perform the same tests to familiarize yourself with the workflow.
99
10- ### Testing with Singularity
10+ ## Testing with Singularity
1111For testing with Docker, just replace ` singularity ` with ` docker ` in every occurence.
1212``` bash
13- # Dowload Sarek
14- git clone https://github.com/SciLifeLab/Sarek Sarek-test
13+ # Dowload Sarek and the test data
14+ git clone --recursive https://github.com/SciLifeLab/Sarek Sarek-test
1515cd Sarek-test
1616
17- # Dowload Sarek test data
18- git clone https://github.com/SciLifeLab/Sarek-data
19-
2017# Build the references for the test data
2118nextflow run buildReferences.nf --outDir References/smallGRCh37 \
2219 --refDir Sarek-data/reference --genome smallGRCh37 --tag latest \
@@ -77,6 +74,13 @@ nextflow run annotate.nf --tools snpEFF,VEP \
7774nextflow run runMultiQC.nf -profile singularity
7875```
7976
77+ ## Testing on a secure cluster
78+ On a secure cluster as bianca, with no internet access, you will need to download and transfer Sarek and the test data first.
79+
80+ Follow the [ installation guide for ` bianca ` ] ( https://github.com/SciLifeLab/Sarek/blob/master/doc/INSTALL_BIANCA.md ) .
81+
82+ And then start the test at the ` Build the references for the test data ` step.
83+
8084## Usage
8185
8286Four optional arguments are supported:
0 commit comments