Skip to content

Commit

Permalink
Fix formatting spaces vs tabs in a few rows on project_samples html
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Nov 7, 2024
1 parent 90dd169 commit 9070bda
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions run_dir/design/project_samples.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,34 @@ <h1>
<div class="col-md-4 borderRight">
<h4>Key Project Information</h4>
<dl class="dl-horizontal">
<dt>Type</dt> <dd id="type">-</dd>
<dt>Application</dt> <dd id="application">-</dd>
<dt>Sequencing Platform</dt> <dd><span id="sequencing_platform">-</span></dd>
<dt>Sequencing Setup</dt> <dd><span id="sequencing_setup">-</span></dd>
<dt>Flowcell</dt> <dd><span id="flowcell">-</span></dd>
<dt>Flowcell Option</dt> <dd><span id="flowcell_option">-</span></dd>
<dt>Library Method</dt> <dd id="library_construction_method">-</dd>
<dt>Library Prep Option</dt> <dd id="library_prep_option">-</dd>
<dt>BioAnalyzer Run Required</dt> <dd id="bioanalyzer_run_required">-</dd>
<dt>SC prep option (Hashing)</dt> <dd><span id="library_prep_option_single_cell_(hashing)">-</span></dd>
<dt>SC prep option (CITE)</dt> <dd><span id="library_prep_option_single_cell_(cite)">-</span></dd>
<dt>SC prep option (VDJ)</dt> <dd><span id="library_prep_option_single_cell_(vdj)">-</span></dd>
<dt>SC prep option (feature)</dt> <dd><span id="library_prep_option_single_cell_(feature)">-</span></dd>
<dt>Last updated:</dt> <dd><span id="last_update"></span></dd>
</dl>
<dt>Type</dt> <dd id="type">-</dd>
<dt>Application</dt> <dd id="application">-</dd>
<dt>Sequencing Platform</dt> <dd><span id="sequencing_platform">-</span></dd>
<dt>Sequencing Setup</dt> <dd><span id="sequencing_setup">-</span></dd>
<dt>Flowcell</dt> <dd><span id="flowcell">-</span></dd>
<dt>Flowcell Option</dt> <dd><span id="flowcell_option">-</span></dd>
<dt>Library Method</dt> <dd id="library_construction_method">-</dd>
<dt>Library Prep Option</dt> <dd id="library_prep_option">-</dd>
<dt>BioAnalyzer Run Required</dt> <dd id="bioanalyzer_run_required">-</dd>
<dt>Last updated:</dt> <dd><span id="last_update"></span></dd>
<dt>Library prep option single cell (Hashing):</dt><dd><span id="library_prep_option_single_cell_(hashing)"></span></dd>
<dt>Library prep option single cell (CITE):</dt> <dd><span id="library_prep_option_single_cell_(cite)"></span></dd>
<dt>Library prep option single cell (VDJ):</dt> <dd><span id="library_prep_option_single_cell_(vdj)"></span></dd>
</dl>
<hr>

<h4>Order Dates</h4>
<dl class="dl-horizontal">
<dt>Order Received</dt> <dd><span class="rawdate" id="order_received">-</span></dd>
<dt>Contract Sent</dt> <dd><span class="rawdate" id="contract_sent">-</span></dd>
<dt>Plates Sent</dt> <dd><span class="rawdate" id="plates_sent">-</span></dd>
<dt>Health Declaration Sent</dt> <dd><span class="rawdate" id="health_declaration_sent"></span></dd>
<dt>Heatlh Declaration Rec.</dt> <dd><span class="rawdate" id="health_declaration_received"></span></dd>
<dt>Contract Received</dt> <dd><span class="rawdate" id="contract_received">-</span></dd>
<dt>Signed Contract Printed</dt> <dd><span class="rawdate" id="signed_contract_printed">-</span></dd>
<dt>Sample Info Received</dt> <dd><span class="rawdate" id="sample_information_received">-</span></dd>
<dt>Samples Received</dt> <dd><span class="rawdate" id="samples_received">-</span></dd>
</dl>
<dt>Order Received</dt> <dd><span class="rawdate" id="order_received">-</span></dd>
<dt>Contract Sent</dt> <dd><span class="rawdate" id="contract_sent">-</span></dd>
<dt>Plates Sent</dt> <dd><span class="rawdate" id="plates_sent">-</span></dd>
<dt>Health Declaration Sent</dt> <dd><span class="rawdate" id="health_declaration_sent"></span></dd>
<dt>Health Declaration Rec.</dt> <dd><span class="rawdate" id="health_declaration_received"></span></dd>
<dt>Contract Received</dt> <dd><span class="rawdate" id="contract_received">-</span></dd>
<dt>Signed Contract Printed</dt> <dd><span class="rawdate" id="signed_contract_printed">-</span></dd>
<dt>Sample Info Received</dt> <dd><span class="rawdate" id="sample_information_received">-</span></dd>
<dt>Samples Received</dt> <dd><span class="rawdate" id="samples_received">-</span></dd>
</dl>

</div>

Expand Down

0 comments on commit 9070bda

Please sign in to comment.