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

compileSpliceCands - Find introns parsing a set of exon candidates in GFF format

Additional Documentation

       An exhaustive documentation can be found in the file /usr/share/doc/augustus/README.md.gz.

                                                                                           COMPILESPLICECANDS(1)

Authors

       AUGUSTUS was written by M. Stanke, O. Keller, S. König, L. Gerischer and L. Romoth.

Name

       compileSpliceCands - Find introns parsing a set of exon candidates in GFF format

Options

Parameters:-f <filename>
           potential splice sites in gff format

       -g <filename>
           genome file in fasta format

       -c <integer>
           defines the number of potential splice site every potential splice site itself is compared with

       -t <float>
           has to be between 0 and 1 and  defines how much the average coverage may differ

       -m <integer>
           defines how many bases around the splice site should be checked

       -d
           enables debugging output

       -i <integer>
           maximum length an Intron can be, default 500000 (human genome)

Synopsis

compileSpliceCands -f <splice candidates filename> -g <genome filename>

See Also