Skip to content

Commit

Permalink
Merge pull request #22 from RoanKanninga/master
Browse files Browse the repository at this point in the history
reverting 3.2.4 beta
  • Loading branch information
RoanKanninga authored Jun 30, 2016
2 parents 6eb16f9 + 27bc2e3 commit 4f48c1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generate_template.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

module load NGS_DNA/3.2.4
module load NGS_DNA/3.2.3
module list
HOST=$(hostname)
##Running script for checking the environment variables
Expand Down
2 changes: 1 addition & 1 deletion parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkStage,module list
### Tool versions ####
automateVersion,NGS_Automated/1.0.1
bwaVersion,BWA/0.7.12-${toolChain}
computeVersion,v16.07.1-Java-1.8.0_45
computeVersion,v16.05.1-Java-1.8.0_45
cutadaptVersion,1.8.1-${toolChain}-Python-2.7.9
dellyVersion,v0.7.1
fastqcVersion,FastQC/0.11.3-Java-1.7.0_80
Expand Down
4 changes: 0 additions & 4 deletions protocols/CopyToResultsDir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,4 @@ echo "pipeline is finished"
touch ${logsDir}/${project}.pipeline.finished
echo "${logsDir}/${project}.pipeline.finished is created"


rm *.finished
rm *.started

touch pipeline.finished

0 comments on commit 4f48c1a

Please sign in to comment.