Skip to content

Commit 7f98909

Browse files
committed
Fix reference names for examples
1 parent 5cd89b4 commit 7f98909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rnaseq_pipeline/webviewer/templates/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ <h3>Endpoints</h3>
3636
<dt>/experiment/{experimentId}/quantifications/counts</dt>
3737
<dd>
3838
Quantifications (counts)
39-
(<a href="{{ url_for('experiment_quantifications', experiment_id='GSE141028', reference_id='hg38_ncbi', mode='counts') }}">example</a>)
39+
(<a href="{{ url_for('experiment_quantifications', experiment_id='GSE141028', reference_id='hg38_ncbi_110', mode='counts') }}">example</a>)
4040
</dd>
4141
<dt>/experiment/{experimentId}/quantifications/fpkm</dt>
4242
<dd>
4343
Quantifications (FPKM)
44-
(<a href="{{ url_for('experiment_quantifications', experiment_id='GSE141028', reference_id='hg38_ncbi', mode='fpkm') }}">example</a>)
44+
(<a href="{{ url_for('experiment_quantifications', experiment_id='GSE141028', reference_id='hg38_ncbi_110', mode='fpkm') }}">example</a>)
4545
</dd>
4646
<dt>/experiment/{experimentId}/report</dt>
4747
<dd>
4848
MultiQC Report
49-
(<a href="{{ url_for('experiment_report', experiment_id='GSE141028', reference_id='hg38_ncbi') }}">example</a>)
49+
(<a href="{{ url_for('experiment_report', experiment_id='GSE141028', reference_id='hg38_ncbi_110') }}">example</a>)
5050
</dd>
5151
</dl>
5252
</div>

0 commit comments

Comments
 (0)