Skip to content

Commit

Permalink
Merge pull request #191 from RoanKanninga/master
Browse files Browse the repository at this point in the history
updated to latest version
  • Loading branch information
BenjaminsM authored Mar 22, 2018
2 parents 756cc94 + 5c5685c commit 8e88bbf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 92 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ A joint analysis has been performed of all the samples in the project. This lead
<a name="r4"> 4. McKenna et al. The Genome Analysis Toolkit: a MapReduce framework for analyzing next-generation DNA sequencing data. </a>

<a name="r5"> 5. Van der Auwera et al. From FastQ data to high confidence variant calls: the Genome Analysis Toolkit best practices pipeline.</a>

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.4.3.eb --robot -–robot-paths=${pathToMYeasybuild}/easybuild-easyconfigs/easybuild/easyconfigs/:
eb NGS_DNA-3.4.4.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
3 changes: 1 addition & 2 deletions startFromVcf.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/bash


set -e
set -u
module load NGS_DNA/3.4.3
module load NGS_DNA/3.4.4
module list
host=$(hostname -s)
environmentParameters="parameters_${host}"
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.4.3
module load NGS_DNA/3.4.4
module list
host=$(hostname -s)
environmentParameters="parameters_${host}"
Expand Down
87 changes: 0 additions & 87 deletions templates/generate_template_gonl.sh

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fi
echo "pr number: $1"

PULLREQUEST=$1
NGS_DNA_VERSION=NGS_DNA/3.4.3
NGS_DNA_VERSION=NGS_DNA/3.4.4

git clone https://github.com/molgenis/NGS_DNA.git
cd ${workfolder}/tmp/NGS_DNA
Expand Down

0 comments on commit 8e88bbf

Please sign in to comment.