Scroll to navigation

GETCDS(1) User Contributed Perl Documentation GETCDS(1)

NAME

getcds.pl - CDS extraction from various annotation formats

SYNOPSIS

getcds.pl [options] input file [output file] [input file [outputfile] ...]

OPTIONS

 Options include:
   redirect => Enable a redirect at runtime. explained below.
   force => allows writing empty .cds files

If [output file] is unspecificied, "[input file].cds" is used.

There's lots of dark magic that can be performed with .redirect files. Redirects are used to modify the ordinary behaviour and can be applied on a global basis (a .redirect file in the same directory as [input file]), and/or on a per-input basis ([input file].redirect). Redirects are read in that order such that per-input effects are applied ontop of global effects.

If you've left the filename as-is from an Ensembl downoad, the appropriate Ensembl DB source will be guessed automatically.

Possible redirects:

+bioperl - on top of any other redirect-based data, also extract annotation via bioperl (using a direct disables bioperl's parser by default)
2021-08-15 perl v5.32.1