SpeciesFileGroup/taxonworks

View on GitHub
app/views/sequence_relationships/batch_load/primers/_batch_load.html.erb

Summary

Maintainability
Test Coverage
<div>
  <h2> Primers batch load </h2>

  <div class="flexbox full_viewport_whitespace">
    <div class="item item1 one_third_width">
      <h3> Description and requirements </h3>

      <p>Create sequence relationships between sequences and primer sequences and creates gene descriptors and gene attributes</p>
      <ul>
        <li>A tab-delimited, UTF-8 compatible text file is required.</li>
        <li>Column headers are (see <%= link_to('sample template', asset_path('batch_load_templates/sequence_relationships/sequence_relationships_primers_batch_load.tab'), target: '_blank') -%>).</li>
        <li>Multiple uploads of the same data will create duplicated data.</li>
        <li>There is currently some|no size limit to the file being loaded but this may change in the future.</li>
      </ul>
    </div>

    <div class="item item2 one_third_width">
      <h3> Example file </h3>

      <p> A tab delimited formatted file. In the example whitespace is a tab. View sample file template.</p>

      <pre class="fixed_width_font">
        identifier dna_number gene_name forward_primers reverse_primers
      </pre>
    </div>

    <div class="item item3">
      <h3> Go! </h3>
      <%= render partial: '/sequence_relationships/batch_load/primers/form', locals: {url: preview_primers_batch_load_sequence_relationships_path, submit: :preview} -%>
    </div>
  </div>
</div>