1BP_GCCALC(1)          User Contributed Perl Documentation         BP_GCCALC(1)
2
3
4

NAME

6       gccalc - GC content of nucleotide sequences
7

SYNOPSIS

9         gccalc [-f/--format FORMAT] [-h/--help] filename
10         or
11         gccalc [-f/--format FORMAT] < filename
12         or
13         gccalc [-f/--format FORMAT] -i filename
14

DESCRIPTION

16       This scripts prints out the GC content for every nucleotide sequence
17       from the input file.
18

OPTIONS

20       The default sequence format is fasta.
21
22       The sequence input can be provided using any of the three methods:
23
24       unnamed argument
25            gccalc filename
26
27       named argument
28            gccalc -i filename
29
30       standard input
31            gccalc < filename
32

FEEDBACK

34       Mailing Lists
35
36       User feedback is an integral part of the evolution of this and other
37       Bioperl modules. Send your comments and suggestions preferably to the
38       Bioperl mailing list.  Your participation is much appreciated.
39
40         bioperl-l@bioperl.org                  - General discussion
41         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
42
43       Reporting Bugs
44
45       Report bugs to the Bioperl bug tracking system to help us keep track of
46       the bugs and their resolution. Bug reports can be submitted via the
47       web:
48
49         http://bugzilla.open-bio.org/
50

AUTHOR - Jason Stajich

52       Email jason@bioperl.org
53

HISTORY

55       Based on script code (see bottom) submitted by cckim@stanford.edu
56
57       Submitted as part of bioperl script project 2001/08/06
58
59
60
61perl v5.8.8                       2007-05-07                      BP_GCCALC(1)
Impressum