Skip to content

Commit

Permalink
Merge pull request #18771 from mvdbeek/update_ena_url
Browse files Browse the repository at this point in the history
[24.0] Update ENA url in ebi_sra tool
  • Loading branch information
jmchilton committed Sep 10, 2024
2 parents 764dbb3 + 48ebf31 commit b1b9051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data_source/ebi_sra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit
]]></command>
<!-- The URL where Galaxy will forwards the user when this tool is accessed from the Get Data menu -->
<inputs action="https://www.ebi.ac.uk/ena/data/search" check_values="false" method="get">
<inputs action="https://www.ebi.ac.uk/ena/browser/search" check_values="false" method="get">
<display>go to EBI SRA server $GALAXY_URL</display>
</inputs>
<uihints minwidth="800"/>
Expand Down

0 comments on commit b1b9051

Please sign in to comment.