Skip to content

Commit

Permalink
fix conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Sep 11, 2024
1 parent 4543470 commit 23edc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/odarequest/odarequest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tool id="odarequest" name="request ODA tool" version="0.1.0+galaxy0" profile="21.05">
<tool id="odarequest" name="request ODA tool" version="0.1.1+galaxy0" profile="21.05">
<requirements>
<requirement type="package" version="1.1.33">oda-api</requirement>
<requirement type="package" version="1.2.26">oda-api</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
oda-api get -i spi_acs -p spi_acs_lc -a time_bin=$time_bin -a T1=$T1 -a T2=$T2 > '$output1' 2>&1
Expand Down Expand Up @@ -40,4 +40,4 @@ Commands:
10.1051/0004-6361/202037850
</citation>
</citations>
</tool>
</tool>

0 comments on commit 23edc0f

Please sign in to comment.