Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extras/doc-latex/STARmanual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ \section{STARconsensus}

\begin{itemize}
\item
Provide the VCF file with consensus SNVs and InDels at the genome generation stage with \opt{genomeTransformVC} \optv{ Variants.vcf} \opt{genomeTransformType} \optv{Haploid}.
Provide the VCF file with consensus SNVs and InDels at the genome generation stage with \opt{genomeTransformVCF} \optv{ Variants.vcf} \opt{genomeTransformType} \optv{Haploid}.
The alternative alleles in this VCF will be inserted to the reference genome to create a "transformed" genome.
Both the genome sequence and transcript/gene annotations are transformed.

Expand All @@ -650,7 +650,7 @@ \section{STARdiploid}

\begin{itemize}
\item
Provide the VCF file with diploid SNVs and InDels at the genome generation stage with \opt{genomeTransformVC} \optv{ Variants.vcf} \opt{genomeTransformType} \optv{Diploid}.
Provide the VCF file with diploid SNVs and InDels at the genome generation stage with \opt{genomeTransformVCF} \optv{ Variants.vcf} \opt{genomeTransformType} \optv{Diploid}.
The homozygous and heterozygous alleles from this VCF will be inserted into the reference genome to create a "transformed" genome with two haplotypes.
Both the genome sequence and transcript/gene annotations are transformed.

Expand Down