Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Nov 27, 2020
1 parent 317dac0 commit cffb35f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion qiita_pet/templates/edit_study.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@

{% block content %}
<h1>{% if study %}Edit study (ID: {{study.id}}) {% else %}Create a new Study{%end%}</h1>
<h2>If you are planning to load a public study from SRA or EBI, we might be able to help you, please send us the study or project accession to <a href='mailto:[email protected]'>[email protected]</a>.</h2>
<hr/>
<h3>If you are planning to load a study with data already present in NCBI SRA or EBI ENA, please complete <a target="_blank" href="https://docs.google.com/forms/d/1SIq_JNWai7cZ2wwjD8xZpTab7qBifLKu3TZm2B363CE/edit?ts=5fbe8c0b&gxids=7628">this form</a> as we may be able to assist.
<hr/>
<h3>
<font color="red">*</font> = Required Field
</h3>
Expand Down
4 changes: 2 additions & 2 deletions scripts/qiita-auto-processing
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ full_pipelines = [
'requirements': dict(),
'steps': [
{'previous-step': None,
'plugin': 'qp-shogun',
'version': '012020',
'plugin': 'qp-meta',
'version': '2020.11',
'cmd_name': 'Atropos v1.1.24',
'input_name': 'input',
'ignore_parameters': ['Number of threads used'],
Expand Down

0 comments on commit cffb35f

Please sign in to comment.