Skip to content

Commit

Permalink
fix test (part 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanKanninga committed Jul 20, 2017
1 parent 27ee915 commit 257e36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions protocols/CreateExternSamplesProjects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ set -e
set -u

umask 0007
module load "${ngsUtilsVersion}"
module load "${ngsversion}"
module load $ngsUtilsVersion
module load $ngsversion

module list
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cd ${workfolder}/generatedscripts/PlatinumSubset/
sh generate_template.sh

cd scripts
perl -pi -e 's|module load \"\${ngsversion}\"|EBROOTNGS_DNA=/groups/umcg-gaf/tmp04/tmp/NGS_DNA/\n#string computeVersion\nmodule load Molgenis-Compute/\${computeVersion}|' *.sh
perl -pi -e 's|module load \$ngsversion|EBROOTNGS_DNA=/groups/umcg-gaf/tmp04/tmp/NGS_DNA/\n#string computeVersion\nmodule load Molgenis-Compute/\${computeVersion}|' *.sh
sh submit.sh

cd ${workfolder}/projects/PlatinumSubset/run01/jobs/
Expand Down

0 comments on commit 257e36f

Please sign in to comment.