Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerbenvandervries committed Jan 12, 2017
1 parent 35d6dfa commit ed46c00
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 @@ -37,7 +37,7 @@

umask 0007
module load Molgenis-Compute/${computeVersion}
module load ngs-utils/16.09.1
module load ${NGSUtilsVersion}

module list
#
Expand Down Expand Up @@ -97,7 +97,7 @@ cd $ROCKETPOINT

echo "before splitting"
echo `pwd`
#module load ${NGSRNAVersion}
module load ${NGSRNAVersion}

#
# TODO: array for each sample:
Expand Down
2 changes: 1 addition & 1 deletion test/autotest_generate_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sh ${EBROOTMOLGENISMINCOMPUTE}/molgenis_compute.sh \
-o "workflowpath=${WORKFLOW};outputdir=scripts/jobs;\
groupname=${GROUP};\
mainParameters=${WORKDIR}/generatedscripts/${PROJECT}/parameters.csv;\
ngsversion='NGS_RNA/3.2.4-Molgenis-Compute-v16.05.1-Java-1.8.0_45';\
ngsversion='NGS_RNA/3.2.4';\
worksheet=${WORKDIR}/generatedscripts/${PROJECT}/${PROJECT}.csv;\
parameters_build=${WORKDIR}/generatedscripts/${PROJECT}/parameters.${BUILD}.csv;\
parameters_species=${WORKDIR}/generatedscripts/${PROJECT}/parameters.${SPECIES}.csv;\
Expand Down

0 comments on commit ed46c00

Please sign in to comment.