Skip to content

Commit

Permalink
Merge pull request #232 from RoanKanninga/master
Browse files Browse the repository at this point in the history
updated docs + updated version in generate_template
  • Loading branch information
marieke-bijlsma authored Dec 19, 2018
2 parents a4af5db + 30597f1 commit e318240
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/ngs-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### NGS_DNA-3.5.1 pipeline dependencies
### NGS_DNA-3.5.2 pipeline dependencies
```
('BWA', '0.7.15', '', ('foss', '2015b')),
('BEDTools', '2.25.0', '', ('foss', '2015b')),
Expand Down
2 changes: 1 addition & 1 deletion docs/ngs-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The NGS_DNA pipeline has a lot of dependencies, these are handled by easybuild w

**_Note:_** the order in which you give the paths are important! To original easybuild path can be left empty (just a colon is enough)
```bash
eb NGS_Automated/2.0.13-NGS_DNA-3.5.1.eb --robot --robot-paths=${pathToMYeasybuild}/easybuild-easyconfigs/easybuild/easyconfigs/:
eb NGS_Automated/2.0.13-NGS_DNA-3.5.2.eb --robot --robot-paths=${pathToMYeasybuild}/easybuild-easyconfigs/easybuild/easyconfigs/:
```
**_Note:_** some software cannot be downloaded automagically due to for example licensing or technical issues and the build will fail initially.
In these cases you will have to download manually and copy the sources to
Expand Down
12 changes: 8 additions & 4 deletions docs/ngs-latestrelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## Is in use since 05-12-2018 (December 5th 2018)

download here: https://github.com/molgenis/NGS_DNA/releases/tag/3.5.1
download here: https://github.com/molgenis/NGS_DNA/releases/tag/3.5.2

## Release notes 3.5.1:

** updated docs **
## Release notes 3.5.2 (and 3.5.1):
### 3.5.2
- added GavinStandAlone to the NGS_DNA repo
- updated docs
- tiny bugs in the dependencies in the workflow
- bugfix in GenderCalculate, when there is noChrX it will produces an error due to missing initialisation of a variable

### 3.5.1
** updated **
- changed prm/cluster for diagnostics
- decreased resources used in some protocols
Expand Down
2 changes: 1 addition & 1 deletion docs/ngs-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the Quick tutorial, when there are problems first go to the detailed [in
We first have to load EasyBuild, this can be done with this command
```bash
module load EasyBuild
eb NGS_DNA-3.5.1.eb --robot -–robot-paths=${pathToMYeasybuild}/easybuild-easyconfigs/easybuild/easyconfigs/:
eb NGS_DNA-3.5.2.eb --robot -–robot-paths=${pathToMYeasybuild}/easybuild-easyconfigs/easybuild/easyconfigs/:
```
**_Note:_** some software cannot be downloaded automagically due to for example licensing or technical issues and the build will fail initially.
In these cases you will have to download manually and copy the sources to
Expand Down
2 changes: 1 addition & 1 deletion templates/generate_template.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

module load NGS_DNA/3.5.1
module load NGS_DNA/3.5.2
module list
host=$(hostname -s)
environmentParameters="parameters_${host}"
Expand Down
2 changes: 1 addition & 1 deletion test/test_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ cd "${pipelinefolder}"
echo "pr number: $1"

PULLREQUEST="${1}"
NGS_DNA_VERSION=NGS_DNA/3.5.1
NGS_DNA_VERSION=NGS_DNA/3.5.2

git clone https://github.com/molgenis/NGS_DNA.git
cd NGS_DNA
Expand Down

0 comments on commit e318240

Please sign in to comment.