Skip to content

Commit

Permalink
Updating tools/ont_fast5_api from version 3.1.3 to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Sep 26, 2024
1 parent efa9995 commit 3b9d653
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/ont_fast5_api/compress_fast5.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<tool id="ont_fast5_api_compress_fast5" name="@TOOL_NAME@ Compress" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<tool id="ont_fast5_api_compress_fast5" name="@TOOL_NAME@ Compress" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
<description>multi read file(s)</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/ont_fast5_api/fast5_subset.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
<tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
<description>of multi read file(s)</description>
<macros>
<import>macros.xml</import>
Expand Down
4 changes: 2 additions & 2 deletions tools/ont_fast5_api/macros.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<macros>
<token name="@TOOL_VERSION@">3.1.3</token>
<token name="@TOOL_VERSION@">4.1.3</token>
<token name="@PROFILE@">20.05</token>
<token name="@TOOL_NAME@">ont_fast5_api:</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">ont-fast5-api</requirement>
<requirement type="package" version="1.10.5">hdf5</requirement>
<requirement type="package" version="1.14.3">hdf5</requirement>
</requirements>
</xml>

Expand Down
2 changes: 1 addition & 1 deletion tools/ont_fast5_api/multi_to_single_fast5.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<tool id="ont_fast5_api_multi_to_single_fast5" name="@TOOL_NAME@ Multi to single" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<tool id="ont_fast5_api_multi_to_single_fast5" name="@TOOL_NAME@ Multi to single" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
<description>read file(s)</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/ont_fast5_api/single_to_multi_fast5.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<tool id="ont_fast5_api_single_to_multi_fast5" name="@TOOL_NAME@ Single to multi" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<tool id="ont_fast5_api_single_to_multi_fast5" name="@TOOL_NAME@ Single to multi" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
<description>read file(s)</description>
<macros>
<import>macros.xml</import>
Expand Down

0 comments on commit 3b9d653

Please sign in to comment.