Skip to content

Commit

Permalink
Reference genome capture in upload_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-torre committed Mar 25, 2019
1 parent bc9ac20 commit 7a4ad34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/app/templates/upload/upload_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@
<input type="hidden" id="metadata" name="metadata" value="">
{% if f.get('alignment_uid') %}
<input type="hidden" name="alignment_uid" value="{{ f['alignment_uid'] }}">
{% endif %}
{% if f.get('reference_genome') %}
<input type="hidden" name="reference_genome" value="{{ f['reference_genome'] }}">
{% endif %}
{% if f.get('qc') %}
Expand Down

0 comments on commit 7a4ad34

Please sign in to comment.