logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bp_mrtrans - implement a transformer of alignments from protein to mrna coordinates

Author

       Jason Stajich, jason-at-bioperl-dot-org

perl v5.32.1                                       2021-08-15                                     BP_MRTRANS(1p)

Description

       This script will convert a protein alignment back into a cDNA.  Loosely based on Bill Pearson's mrtrans.

       The options are:

          -o filename          - the output filename [default STDOUT]
          -of format           - output sequence format
                                 (multiple sequence alignment)
                                 [default phylip]
          -i filename          - the input filename [required]
          -if format           - input sequence format
                                 (multiple sequence alignment)
                                 [ default clustalw]
          -s --seqdb filename  - the cDNA sequence database file
          -sf --seqformat      - the cDNA seq db format (flatfile sequence format)
          -h                   - this help menu

Name

       bp_mrtrans - implement a transformer of alignments from protein to mrna coordinates

Synopsis

       Usage:
         bp_mrtrans -i inputfile -o outputfile [-if input format] [-of output format] [-s cDNA sequence
       database]  [-sf cDNA sequence format] [-h]

See Also