#!UGENE_WORKFLOW # # # include "ttuner1.etc" as "ttuner1" workflow ACGT_pipeline-1.11-dev-1561{ get-file-list { type:get-file-list; name:"File List"; in-path:/home/kenneth/Ugene_testing/ABI_test; } ttuner1 { type:ttuner1; name:ttuner1; } write-fasta { type:write-fasta; name:"Write FASTA"; url-out:test6.fa; } .actor-bindings { get-file-list.out-url->ttuner1.infile ttuner1.out->write-fasta.in-sequence } get-file-list.url->ttuner1.infile.text ttuner1.sequence->write-fasta.in-sequence.sequence .meta { visual { get-file-list { description:"

File List


Gets the absolute paths of files from the ABI_test directory

"; tooltip:"Produces ulrs to files from specified directories"; pos:"-855 -450"; style:ext; bg-color-ext:"0 128 128 64"; out-url.angle:360; } ttuner1 { description:"

ttuner1


ttuner -sa Write FASTA File List

"; tooltip:ttuner1; pos:"-615 -330"; style:ext; bg-color-ext:"0 128 128 64"; infile.angle:180; out.angle:360; } get-file-list.out-url->ttuner1.infile { text-pos:"-26.5 -28"; } write-fasta { description:"

Write FASTA


Writes sequence(s) from ttuner1 in FASTA format to test6.fa.

"; tooltip:"Writes all supplied sequences to file(s) in FASTA format."; pos:"-420 -465"; style:ext; bg-color-ext:"0 128 128 64"; in-sequence.angle:180; } ttuner1.out->write-fasta.in-sequence { text-pos:"-44 -28"; } } } }