baobab.exec.permutation
Class performReversals

java.lang.Object
  extended by baobab.exec.permutation.performReversals

public class performReversals
extends java.lang.Object

Performs reversals in the origin signed permutation (or genome). The reversals are given by their start and end positions and are defined by the parameter -r "s1,e1|s2,e2|...|sn,en", where si,ei are the start and end positions of the reversal i.

To get help, run the program without parameters.

Author:
Marilia Dias Vieira Braga

Constructor Summary
performReversals()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

performReversals

public performReversals()
Method Detail

main

public static void main(java.lang.String[] argv)