Previous changeset 2:4c7ebbad42cf (2023-04-16) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_kallisto_index_builder commit a54e50916ebdb0858b049cdc549a43df801e1a71 |
modified:
data_manager/kallisto_index_builder.xml |
b |
diff -r 4c7ebbad42cf -r 15c2fc266540 data_manager/kallisto_index_builder.xml --- a/data_manager/kallisto_index_builder.xml Sun Apr 16 08:30:29 2023 +0000 +++ b/data_manager/kallisto_index_builder.xml Tue May 21 07:36:22 2024 +0000 |
[ |
@@ -1,7 +1,8 @@ -<tool id="kallisto_index_builder_data_manager" name="Kallisto" tool_type="manage_data" version="0.43.1"> +<tool id="kallisto_index_builder_data_manager" name="Kallisto" tool_type="manage_data" version="0.43.2" profile="23.0"> <description>index builder</description> <requirements> <requirement type="package" version="0.43.1">kallisto</requirement> + <requirement type="package" version="3.8.3">python</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ python '$__tool_directory__/kallisto_index_builder.py' --output '${out_file}' |