Skip to content

Commit

Permalink
Merge pull request galaxyproject#17196 from hexylena/fix-minerva
Browse files Browse the repository at this point in the history
correct dbkey for minerva display app
  • Loading branch information
mvdbeek authored Dec 15, 2023
2 parents 79db9c1 + 1d6321b commit 22fc63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<display id="minerva_tabular" version="1.0.0" name="display at Minerva">
<link id="covid19" name="SARS-CoV-2 Minerva Map">
<url>https://covid19map.elixir-luxembourg.org/minerva/?plugins=3ca603e96a3412d52201ab76d5377ae3&amp;datasource=${data.url}</url>
<filter>${ $dataset.dbkey == "wuhCor1" or $dataset.dbkey == "NC_045512" }</filter>
<filter>${ $dataset.dbkey == "hg38" or $dataset.dbkey == "hg19" }</filter>
<param type="data" name="data" url="galaxy_${DATASET_HASH}.tsv" allow_cors="true" />
</link>
</display>

0 comments on commit 22fc63e

Please sign in to comment.