Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Typo in manual? (genomeTransformVCF) #2029

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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