ALI2GFF(1) General Commands Manual ALI2GFF(1)NAME
ali2gff - Module to translate a MUMmer output files into gff formatted output.
SYNOPSIS
ali2gff [-r] [-t <.|0|1|2>] [-x <name>] [-y <name>] [-H] [-f] [-h] <MUMmer_output_file>
OPTIONS -h, --help
Show summary of options.
-r Interchange the order of sequences (sequence 1 on y-axis, sequence 2 on x-axis).
-t <.|0|1|2>
Put label 'frame' in gff output.
-x <name>
Specify the species name for species1 (default: "Seq1").
-y <name>
Specify the species name for species2 (default: "Seq2").
-i Ignore full sequence identities.
-f Write output to file.
SEE ALSO blat2gff(1), gff2aplot(1), parseblast(1), sim2gff(1).
AUTHOR
ali2gff was written by Steffi Gebauer-Jung.
This manual page was written by Nelson A. de Oliveira <naoliv@gmail.com>, for the Debian project (but may be used by others).
Mon, 21 Mar 2005 21:44:15 -0300ALI2GFF(1)
Check Out this Related Man Page
REVCOMP(1) General Commands Manual REVCOMP(1)NAME
revcomp - reverse complement a nucleic acid sequence
SYNOPSIS
revcomp [-options] <seqfile>
DESCRIPTION
This manual page documents briefly the revcomp command.
revcomp is a program that generates reverse complement of sequences.
OPTIONS
Available options:
-h Help; print version and usage info.
SEE ALSO afetch(1), alistat(1), compalign(1), compstruct(1), seqsplit(1), seqstat(1), sfetch(1), shuffle(1), sindex(1), sreformat(1), stranslate(1),
weight(1).
AUTHOR
Sean Eddy
HHMI/Department of Genetics
Washington University School of Medicine
4444 Forest Park Blvd., Box 8510
St Louis, MO 63108 USA
Phone: 1-314-362-7666
FAX : 1-314-362-2157
Email: eddy@genetics.wustl.edu
This manual page was written by Nelson A. de Oliveira <naoliv@gmail.com>,
for the Debian project (but may be used by others).
Mon, 01 Aug 2005 15:28:08 -0300REVCOMP(1)
I have a master sequence say
>Seq
ATGCGTA.......
That I want to repeat N no of times and each time the sequence is the same but the header changes in incremental numerical order
E.g.
>Seq1
ATGCGTA.......
>Seq2
ATGCGTA.......
>Seq3
ATGCGTA.......
.
.
.
.
>SeqN
ATGCGTA....... (3 Replies)
Hi, my problem is that I have two files. File no. 1 is a gff text file (say gi1) that has gene information like :
********************
gene 39389788..39395643
/gene="RPSA"
/note="Derived by automated computational analysis using
... (2 Replies)
Hello,
if this input:
gff art ex 2833 2966 . + . ID=A_172736
gff art ex 2976 3165 . + . ID=A_172736
gff art ex 3195 3941 . + . ID=A_713953
gff art ex 8615 8753 . + . ... (5 Replies)
Hi,
I have two files: a.doc and b.txt
I wish to search the strings from file b.txt in a.doc and want to highlight them in a.doc with different colours using Perl or bash./awk/sed?
Please guide me. :)
Thanks!!!!! (10 Replies)
How can I run the following command on multiple files and print out the corresponding multiple files.
perl script.pl genome.gff 1.txt > 1.gff
However, there are multiples files of 1.txt, from 1----100.txt
Thank you so much.
No duplicate posting! Continue here. (0 Replies)