NAME
rsem-prepare-reference - Prepare transcript references for RSEM and
optionally build BOWTIE/BOWTIE2/STAR/HISAT2(transcriptome) indices.
SYNOPSIS
rsem-prepare-reference [options] reference_fasta_file(s) reference_name
ARGUMENTS
reference_fasta_file(s)
Either a comma-separated list of Multi-FASTA formatted files OR a
directory name. If a directory name is specified, RSEM will read all
files with suffix ".fa" or ".fasta" in this directory. The files
should contain either the sequences of transcripts or an entire
genome, depending on whether the '--gtf' option is used.
...
...