Skip to content

Commit cffb35f

Browse files
committed
minor fix
1 parent 317dac0 commit cffb35f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

qiita_pet/templates/edit_study.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@
157157

158158
{% block content %}
159159
<h1>{% if study %}Edit study (ID: {{study.id}}) {% else %}Create a new Study{%end%}</h1>
160-
<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>
160+
<hr/>
161+
<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.
162+
<hr/>
161163
<h3>
162164
<font color="red">*</font> = Required Field
163165
</h3>

scripts/qiita-auto-processing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ full_pipelines = [
4545
'requirements': dict(),
4646
'steps': [
4747
{'previous-step': None,
48-
'plugin': 'qp-shogun',
49-
'version': '012020',
48+
'plugin': 'qp-meta',
49+
'version': '2020.11',
5050
'cmd_name': 'Atropos v1.1.24',
5151
'input_name': 'input',
5252
'ignore_parameters': ['Number of threads used'],

0 commit comments

Comments
 (0)