Skip to content

Commit

Permalink
fix mistake using temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvdbergh committed Oct 27, 2016
1 parent 70a8ffc commit 2ab9558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agave/lib/templatesubmit.htc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
universe = docker
docker_image = cyverseuk/renseq:v0.2.2
docker_image = cyverseuk/renseq:v0.2.3

output = renseq.out
error = renseq.err
Expand Down
3 changes: 2 additions & 1 deletion scripts/runRenSeq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ done

echo [`date`] inserting parameters and generating params.xml
python $basedir/insert_params.py $basedir/param_template.xml whiteList `pwd`/$WHITELIST > params.xml
python $basedir/insert_params.py params.xml genomeSize $genomesize > params.xml
python $basedir/insert_params.py params.xml genomeSize $genomesize > temp.xml
mv temp.xml params.xml

echo [`date`] generating input.xml
rm input.fofn 2>/dev/null
Expand Down

0 comments on commit 2ab9558

Please sign in to comment.