Child pages
  • Write FASTA Element
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Writes all supplied sequences to file(s) in FASTA format.

Parameters in GUI

ParameterDescriptionDefault value
Output fileLocation of the output data file. If this attribute is set, then the “Location” slot is not taken into account. 
Output file suffixThis suffix will be used for generating the output file name. 
Existing fileIf a target file already exists, you can specifyhow it should be handled: either overwritten, renamed or appended (if supported by file format).Rename
Accumulate objectsAccumulates all incoming data in one file or creates separate files for each input. In the latter case, an incremental numerical suffix is added to a file name.True

Parameters in Workflow File

Type: write-fasta

ParameterParameter in the GUIType
url-outOutput filestring
url-suffixOutput file suffixstring
write-modeExisting file

numeric

Available values are:

  • 0 - for overwrite
  • 1 - for append
  • 2 - for rename
accumulateAccumulate objectsboolean

Input/Output Ports

The element has 1 input port:

Name in GUI: Sequence

Name in Workflow File: in-sequence

Slots:

Slot In GUISlot in Workflow FileType
Sequencesequencesequence
Locationurlstring
FASTA headerfasta-headerstring
  • No labels