.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH RSEM-BAM2WIG "1" "February 2018" "rsem-bam2wig 1.3.0+dfsg" "User Commands" .SH NAME rsem-bam2wig \- Convert BAM files to wiggle files. .SH SYNOPSIS .B rsem-bam2wig \fI\,sorted_alignment_file wig_output wiggle_name \/\fR[\fI\,--no-fractional-weight\/\fR] .SH DESCRIPTION Number of arguments is not correct! .PP sorted_alignment_file : Can be either in SAM/BAM/CRAM format, must be sorted wig_output : Output wiggle file's name, e.g. output.wig wiggle_name : the name of this wiggle plot \fB\-\-no\-fractional\-weight\fR : If this is set, RSEM will not look for "ZW" tag and each alignment appeared in the BAM file has weight 1. Set this if your BAM file is not generated by RSEM. Please note that this option must be at the end of the command line.