Skip to content

Commit

Permalink
Better formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuang committed Jun 10, 2013
1 parent d7f268e commit 27f86d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

OUTPUT_FOLDER=/path/to/output_folder
command="/path/to/dredviz-1.0.2/nerv --inputfile \"<%data%>.dat\" \### input of NeRV, a high dimensional data
--outputfile \"$OUTPUT_FOLDER/<%__FILE_NO_EXT__%>.dat\" \### NeRV result, a 2-D visualization
--lambda <%lambda%> \### the trade-off parameter for NeRV
--randinit --seed <%seed%>" ### a particular seed for random initialization
--outputfile \"$OUTPUT_FOLDER/<%__FILE_NO_EXT__%>.dat\" \### NeRV result, a 2-D visualization
--lambda <%lambda%> \### the trade-off parameter for NeRV
--randinit --seed <%seed%>" ### a particular seed for random initialization
echo "Executing $command"
$command

0 comments on commit 27f86d8

Please sign in to comment.