Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tools/bio3d from version 2.4_1 to 2.4_4 #126

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/bio3d/dccm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements">
<requirement type="package" version="0.20_38">r-lattice</requirement>
<requirement type="package" version="0.20.29">r-lattice</requirement>
</expand>
<command detect_errors="exit_code">
<![CDATA[
Expand Down Expand Up @@ -99,7 +99,7 @@
<param name="sele" value="calpha"/>
<output name="dccm_plot">
<assert_contents>
<has_size value="280500" delta="20000"/>
<has_size value="350000" delta="20000"/>
</assert_contents>
</output>
</test>
Expand Down
2 changes: 1 addition & 1 deletion tools/bio3d/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">2.4_1</token>
<token name="@TOOL_VERSION@">2.4_4</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">r-bio3d</requirement>
Expand Down