Previous changeset 12:29648e5e83a8 (2024-03-27) Next changeset 14:5cb6146337d8 (2024-06-12) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit d87ac7944bca149b5ae3fc33d445b6c25051ab26 |
modified:
ena_upload.xml samples_macros.xml |
b |
diff -r 29648e5e83a8 -r ea5e944f447d ena_upload.xml --- a/ena_upload.xml Wed Mar 27 11:54:25 2024 +0000 +++ b/ena_upload.xml Wed Mar 27 16:46:55 2024 +0000 |
b |
@@ -2,7 +2,7 @@ <description>Submission of (meta)data to the European Nucleotide Archive (ENA)</description> <macros> <token name="@TOOL_VERSION@">0.7.1</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <import>samples_macros.xml</import> </macros> <requirements> @@ -196,7 +196,7 @@ --sample '$samples_table_path' #elif $action_options.input_format_conditional.input_format == "isa_json": --isa_json ./isa_json_input.json - --isa_assay_stream '$isa_assay_stream' + --isa_assay_stream '$action_options.input_format_conditional.isa_assay_stream' #end if #if $action_options.input_format_conditional.input_format == "build_tables": #if $action_options.input_format_conditional.conditional_viral_metadata.viral_sample == "True": |
b |
diff -r 29648e5e83a8 -r ea5e944f447d samples_macros.xml --- a/samples_macros.xml Wed Mar 27 11:54:25 2024 +0000 +++ b/samples_macros.xml Wed Mar 27 16:46:55 2024 +0000 |
b |
@@ -266,4 +266,3 @@ </repeat> </xml> </macros> - |