Skip to content

Commit

Permalink
ENA upload tool ISA - JSON support fix (#5914)
Browse files Browse the repository at this point in the history
* ena upload fix

* no double dolar sign
  • Loading branch information
bedroesb authored Mar 27, 2024
1 parent afc87f0 commit d87ac79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ena_upload/ena_upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -196,7 +196,7 @@ ena-upload-cli
--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":
Expand Down

0 comments on commit d87ac79

Please sign in to comment.