From 424954037a50876b306f397efd8e9790f62416bd Mon Sep 17 00:00:00 2001 From: Christophe Antoniewski Date: Fri, 13 Oct 2023 11:36:22 +0200 Subject: [PATCH] update tool concat_multi_datasets (while specifying how) (#636) * bump tool version and fix dev repo url * add `format` tag in discover_datasets * add explicit format to inputs (fastq, fastq.gz, txt, tabular, bed) * Suppress unused Test param collection_cat_type * added all `expect_num_outputs` tags to "1" * add citation tag * fix a bit the description in the tool xml... --- tools/concat_multi_datasets/.shed.yml | 2 +- tools/concat_multi_datasets/catWrapper.xml | 41 ++++++++++++---------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/tools/concat_multi_datasets/.shed.yml b/tools/concat_multi_datasets/.shed.yml index 179440889..07d739c2a 100644 --- a/tools/concat_multi_datasets/.shed.yml +++ b/tools/concat_multi_datasets/.shed.yml @@ -7,6 +7,6 @@ long_description: | categories: - Text Manipulation homepage_url: http://artbio.fr -remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/master/tools/concat_multi_datasets +remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/concat_multi_datasets toolshed: - toolshed diff --git a/tools/concat_multi_datasets/catWrapper.xml b/tools/concat_multi_datasets/catWrapper.xml index 7ffdec756..a7946b4cf 100644 --- a/tools/concat_multi_datasets/catWrapper.xml +++ b/tools/concat_multi_datasets/catWrapper.xml @@ -1,5 +1,5 @@ - - tail-to-head by specifying how + + tail-to-head while specifying how Nested collection - + - + @@ -262,45 +264,45 @@ global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'all' - + global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'by_strand' - + (global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'by_pair') or (global_condition['input_type'] == 'simple_collections') or (global_condition['input_type'] == 'nested_collection') - + - + - + - + - + @@ -308,7 +310,7 @@ - + @@ -341,7 +343,7 @@ - + @@ -373,9 +375,8 @@ - + - @@ -398,9 +399,8 @@ - + - @@ -417,7 +417,7 @@ - + @@ -441,7 +441,7 @@ - + @@ -672,4 +672,7 @@ output:: Adapted from galaxy's catWrapper.xml to allow multiple input files. + + 10.1186/gb-2010-11-8-r86 +