view test-data/report.html @ 9:75abce7d0d52 draft default tip

planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit b09e42709ad92b22ab549bdc03e35c6990eb7688
author sanbi-uwc
date Thu, 23 Aug 2018 06:39:58 -0400
parents a074dbf35f0c
children
line wrap: on
line source

<!DOCTYPE html>
<html>

<head>
            <title></title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
              integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
              crossorigin="anonymous">
        <link rel="stylesheet" type="text/css"
              href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css"> </head>

<body>
<main role="main" class="container">
    <h1 class="mt-5">
        vcf_intesect_report Report
    </h1>
    <hr>     <div class="row justify-content-center align-items-center">
        <table id="example" class="table table-bordered table-striped table-hover table-sm" cellspacing="0">
            <thead class="thead-light">
            <tr>
                <th scope="col">CHR</th>
                <th scope="col">GENE</th>
                <th scope="col">IDENTIFIER</th>
                <th scope="col">PRODUCT</th>
                <th scope="col">TYPE</th>
                <th scope="col">ANNOTATION</th>
                <th scope="col">POS</th>
                <th scope="col">REF</th>
                <th scope="col">ALT</th>
                <th scope="col">CONSEQUENCE</th>
                <th scope="col">IMPACT</th>
                <th scope="col">PATHWAY</th>
            </tr>
            </thead>
            <tbody>
             <tr>
    <td> Visualisation </td>
    <td>
        <a target="_blank" href="SAWC-5527/Intervene_upset.pdf">PDF Report: SAWC-5527</a>
        <a target="_blank" href="SAWC-5527/Intervene_upset_combinations.txt">TEXT Report SAWC-5527</a>
    </td>
</tr>
<tr>
    <td> Visualisation </td>
    <td>
        <a target="_blank" href="SAWC-507/Intervene_upset.pdf">PDF Report: SAWC-507</a>
        <a target="_blank" href="SAWC-507/Intervene_upset_combinations.txt">TEXT Report SAWC-507</a>
    </td>
</tr>
<tr>
    <td> Visualisation </td>
    <td>
        <a target="_blank" href="SAWC-5218/Intervene_upset.pdf">PDF Report: SAWC-5218</a>
        <a target="_blank" href="SAWC-5218/Intervene_upset_combinations.txt">TEXT Report SAWC-5218</a>
    </td>
</tr>
             </tbody>
            <tfoot class="thead-light">
            <tr>
                <th scope="col">CHR</th>
                <th scope="col">GENE</th>
                <th scope="col">IDENTIFIER</th>
                <th scope="col">PRODUCT</th>
                <th scope="col">TYPE</th>
                <th scope="col">ANNOTATION</th>
                <th scope="col">POS</th>
                <th scope="col">REF</th>
                <th scope="col">ALT</th>
                <th scope="col">CONSEQUENCE</th>
                <th scope="col">IMPACT</th>
                <th scope="col">PATHWAY</th>
            </tr>
            </tfoot>
        </table>
    </div>
</main>
<div class="mt-5">
</div>
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
            integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
            crossorigin="anonymous"></script>
    <script type="text/javascript" charset="utf8"
            src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js"></script>
    <script type="text/javascript" charset="utf8"
            src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap4.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
            integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
            crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
            integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
            crossorigin="anonymous"></script>
    <script type="text/javascript" language="javascript" class="init">
        $(document).ready(function () {
            $('#example').DataTable();
        });
    </script>

</body>

</html>