Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sim2gff(1) [debian man page]

SIM2GFF(1)						      General Commands Manual							SIM2GFF(1)

NAME
sim2gff - Converts SIM file into GFF formatted records SYNOPSIS
sim2gff [-frxyHh] sim_file > gff_file DESCRIPTION
This manual page documents briefly the sim2gff command. sim2gff is a program written in Perl that converts SIM file into GFF formatted records (for use with gff2aplot and gff2javaplot). OPTIONS
-h, --help Show summary of options. -f Output is written to a file named <sim_file>.gff. -r Interchange the order of sequences (Seq1 on y-axis, Seq2 on x-axis). -x <name> Specify the species name for species1 (default: "Seq1"). -y <name> Specify the species name for species2 (default: "Seq2"). -H Use the fasta file headers for species labels. EXIT STATUS
The following perl-like exit status are returned: 0 Error 1 Successful completion SEE ALSO
ali2gff(1), blat2gff(1), gff2aplot(1), parseblast(1). AUTHOR
sim2gff was written by Thomas Wiehe <twiehe@imb-jena.de>. 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 -0300 SIM2GFF(1)

Check Out this Related Man Page

SEQSPLIT(1)						      General Commands Manual						       SEQSPLIT(1)

NAME
seqsplit - split seqs into chunks of defined size and overlap SYNOPSIS
seqsplit [-options] <seqfile> DESCRIPTION
This manual page documents briefly the seqsplit command. seqsplit is a program that splits sequences into smaller chunks of defined size and overlap; output a FASTA file. OPTIONS
-h Help; display usage and version. -o <file> Output the new FASTA file to <file>. --fragfile <f> Save one-line-per-frag coord summary file to <f>. --informat <s> Specify sequence file format <s>. --length <n> Set max length of each unique seq frag to <n>. --overlap <n> Set overlap length to <n> (total frag size = length+overlap). --shortnames Use short "frag1" names, not "<src>/<from>-<to>". LIMITATIONS
Still working in 32 bits -- no sequence can be more than 2 GB in size. SEE ALSO
afetch(1), alistat(1), compalign(1), compstruct(1), revcomp(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 -0300 SEQSPLIT(1)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

Monitoring Solaris 9 and Solaris 10 with HP SIM

Hi All, We have a mix of flavours of UNIX. Recently delegated to monitor all UNIX server from one single point of HP SIM. HP-UX servers have been successfully brought under HP SIM and we have been getting hardware alerts and these have helped us take proactive steps. Issue being faced is... (0 Replies)
Discussion started by: amlanroy
0 Replies

2. UNIX for Dummies Questions & Answers

String condensation

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)
Discussion started by: verse123
5 Replies

3. UNIX for Dummies Questions & Answers

How to change sequence name in along fasta file?

Hi I have an alignment file (.fasta) with ~80 sequences. They look like this- >JV101.contig00066(+):25302-42404|sequence_index=0|block_index=4|species=JV101|JV101_4_0 GAGGTTAATTATCGATAACGTTTAATTAAAGTGTTTAGGTGTCATAATTT TAAATGACGATTTCTCATTACCATACACCTAAATTATCATCAATCTGAAT... (2 Replies)
Discussion started by: baika
2 Replies

4. Shell Programming and Scripting

Search strings and highlight them using Perl or bash/awk/sed

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)
Discussion started by: bioinfo
10 Replies

5. Programming

Merge two strings by overlapped region

Hello, I am trying to concatenate two strings by merging the overlapped region. E.g. Seq1=ACGTGCCC Seq2=CCCCCGTGTGTGT Seq_merged=ACGTGCCCCCGTGTGTGTFunction strcat(char *dest, char *src) appends the src string to the dest string, ignoring the overlapped parts (prefix of src and suffix of dest).... (30 Replies)
Discussion started by: yifangt
30 Replies

6. Shell Programming and Scripting

Help with reformat single-line multi-fasta into multi-line multi-fasta

Input File: >Seq1 ASDADAFASFASFADGSDGFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSD >Seq2 SDASDAQEQWEQeqAdfaasd >Seq3 ASDSALGHIUDFJANCAGPATHLACJHPAUTYNJKG ...... Desired Output File >Seq1 ASDADAFASF ASFADGSDGF SDFSDFSDFS DFSDFSDFSD FSDFSDFSDF SD >Seq2 (4 Replies)
Discussion started by: patrick87
4 Replies