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

bam2wig - Convert bam files to wiggle files. Can be used to generate exonpart hints for AUGUSTUS.

Additional Documentation

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

                                                                                                      BAM2WIG(1)

Authors

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

Name

       bam2wig - Convert bam files to wiggle files. Can be used to generate exonpart hints for AUGUSTUS.

Options

       File needs to be sorted by Reference ID (i.e. target name) Use "samtools sort <in.bam>" to such effect.
       Use "samtools stats <in.bam> | grep 'is sorted' " to check if the file is sorted.

   Parameters:-r
           Allows to specify a target region, e.g. 'chr3L:10-250' This option can only be used if an index file
           exists, see: samtools index

       -t
           string provided as track name

Synopsis

bam2wig [-r region] [-t trackname] <in.bam>

See Also