Mercurial > repos > bcclaywell > microbiome_pplacer_suite
view render_datatable-wrapper.sh @ 8:35f9b833e12b draft default tip
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
author | bcclaywell |
---|---|
date | Mon, 12 Oct 2015 16:09:02 -0400 |
parents | d4690e65afcd |
children |
line wrap: on
line source
#!/bin/bash source $(dirname $0)/util.sh source $1 mkdir -p ${OUTPUT_DIR} python $(dirname $0)/render_datatable.py \ < ${INPUT} \ > ${OUTPUT_DIR}/index.html cat <<EOF > ${OUTPUT} <!DOCTYPE HTML> <html lang="en-US"> <head/> <body> <a href="index.html">Generated table</a> </body> </html> EOF