Skip to content

Commit

Permalink
Update ENA url in ebi_sra tool
Browse files Browse the repository at this point in the history
I think this fixes #18770
? I did manage to get the redirect to Galaxy, however the user interface
looks pretty weird to me, so I'm not sure this is how it is meant to be
?
  • Loading branch information
mvdbeek committed Sep 4, 2024
1 parent cd2f1f8 commit 48ebf31
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 48ebf31

Please sign in to comment.