Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generate an html run report

Code Block
cat <<EOF > my_template.html
<div>
<h2>${name}</h2>
<div>
Script:
<pre>${script}</pre>
</div>

<ul>
    <li>Exit: ${exit}</li>
    <li>Status: ${status}</li>
    <li>Work dir: ${workdir}</li>
    <li>Container: ${container}</li>
</ul>
</div>
EOF

Run the following command:

Code Block
nextflow log agitated_bose -t template.html > nextflow_run_report.html

PBS output