#!UGENE_WORKFLOW #The scema loads multiple sequences and merges them into single one. workflow merge_with_gaps{ read-sequence { type:read-sequence; name:"Read sequence"; merge-gap:10; mode:0; } write-sequence { type:write-sequence; name:"Write sequence"; accumulate:true; document-format:fasta; write-mode:2; } read-sequence.annotations->write-sequence.in-sequence.annotations read-sequence.sequence->write-sequence.in-sequence.sequence .iteration "Default iteration"{ id:13; read-sequence { merge-gap:100; mode:1; } write-sequence { } } .meta { visual { read-sequence { description:"

Read sequence


Reads sequence(s) from unset.

"; tooltip:"Reads sequences and annotations if any from local or remote files."; pos:"-590 -555"; style:ext; bg-color-ext:"0 128 128 64"; bounds:"-30 -30 80 90"; out-sequence.angle:360; } write-sequence { description:"

Write sequence


Save all sequences from Read sequence to unset.

"; tooltip:"Writes all supplied sequences to file(s) in selected format."; pos:"-360 -555"; style:ext; bg-color-ext:"0 128 128 64"; in-sequence.angle:180; } read-sequence.out-sequence->write-sequence.in-sequence { text-pos:"-27.5 -24"; } } } }