Child pages
  • Reverse-Complement Converting Sequences
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 »

Task Name: revcompl

Convert input sequence into its reverse, complement or reverse-complement counterpart and write result sequence to file

Parameters:

type - Type of operation. Available are 'Reverse Complement', 'Complement' and 'Reverse' (using 'Reverse Complement' by default) [String]

 in - Input file [Url datasets]

 accumulate - Accumulate all incoming data in one file or create separate files for each input. In the latter case, an incremental numerical suffix is added to the file name (using 'True' by default) [Boolean]

 format - Output file format (using 'fasta' by default) [String]

 split - Split each incoming sequence on several parts (using '1' by default) [Number]

 out - Output file [String]

Example:

ugene revcompl --in=human_T1.fa --out=human_T1_result.fa --format=fasta --type=reverse
  • No labels