Skip to content

Commit

Permalink
fix dumb mistake resetting param.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvdbergh committed Oct 26, 2016
1 parent ccab294 commit 1bd60eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runRenSeq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ 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 $basedir/param_template.xml genomeSize $genomesize > params.xml
python $basedir/insert_params.py $basedir/params.xml genomeSize $genomesize > params.xml

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

0 comments on commit 1bd60eb

Please sign in to comment.