# HG changeset patch # User ieguinoa # Date 1621371609 0 # Node ID f24eb2f2cb0cb684ce8bd0eeb66b29fe8b6b0fc9 # Parent e25357392813a73066190f0f8c122f8b17d3e369 Uploaded diff -r e25357392813 -r f24eb2f2cb0c ena_consensus_submit.xml --- a/ena_consensus_submit.xml Tue May 18 16:30:52 2021 +0000 +++ b/ena_consensus_submit.xml Tue May 18 21:00:09 2021 +0000 @@ -40,7 +40,9 @@ echo -e "ASSEMBLY_TYPE\t$assembly_type" >> $manifest_base; echo -e "COVERAGE\t$coverage" >> $manifest_base; echo -e "PROGRAM\t$assembly_program" >> $manifest_base; -echo -e "MINGAPLENGTH\t$min_gap_length" >> $manifest_base; +#if $min_gap_length: + echo -e "MINGAPLENGTH\t$min_gap_length" >> $manifest_base; +#end if echo -e "MOLECULETYPE\t$molecule_type" >> $manifest_base; #if $metadata_file_or_form.metadata_format == "file": @@ -122,7 +124,6 @@ - @@ -141,6 +142,7 @@ +