Skip to content

Commit

Permalink
2.7.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Feb 19, 2019
1 parent a42a589 commit 09d7f77
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,4 +1,4 @@
STAR 2.7.0d 2019/02/18
STAR 2.7.0d 2019/02/19
======================
* Implemented --soloBarcodeReadLength option for barcode read length not equal to the UMI+CB length
* Enforced genome version rules for 2.7.0
Expand Down
Binary file modified bin/MacOSX_x86_64/STAR
Binary file not shown.
Binary file modified bin/MacOSX_x86_64/STARlong
Binary file not shown.
Binary file modified doc/STARmanual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion extras/doc-latex/STARmanual.tex
Expand Up @@ -34,7 +34,7 @@

\newcommand{\sechyperref}[1]{\hyperref[#1]{Section \ref{#1}. \nameref{#1}}}

\title{STAR manual 2.7.0a}
\title{STAR manual 2.7.0d}
\author{Alexander Dobin\\
dobin@cshl.edu}
\maketitle
Expand Down
2 changes: 1 addition & 1 deletion extras/doc-latex/convertParDefToLatexTable.awk
Expand Up @@ -36,7 +36,7 @@ if ($1=="###") {# new group/subsection of parameters
nOpt=0;
while ($1!="") {
$0=substr($0,match($0,/[^[:space:]]/));
no=split($0,oo,/[:space:]*\.\.\.[:space:]*/);
no=split($0,oo,/[[:space:]]*\.\.\.[[:space:]]*/);
if (no!=2) {# not option line
if (nOpt>0) print optOptTableEnd;
print " \\optLine{" $0 "}" " ";
Expand Down
11 changes: 9 additions & 2 deletions extras/doc-latex/parametersDefault.tex
Expand Up @@ -808,6 +808,13 @@
\optName{soloUMIlen}
\optValue{10}
\optLine{int{\textgreater}0: UMI length}
\optName{soloBarcodeReadLength}
\optValue{1}
\optLine{int: length of the barcode read}
\begin{optOptTable}
\optOpt{1} \optOptLine{equal to sum of soloCBlen+soloUMIlen}
\optOpt{0} \optOptLine{not defined, do not check}
\end{optOptTable}
\optName{soloStrand}
\optValue{Forward}
\optLine{string: strandedness of the solo libraries:}
Expand Down Expand Up @@ -836,8 +843,8 @@
\optLine{string(s) file names for STARsolo output}
\begin{optOptTable}
\optOpt{1st word} \optOptLine{file name prefix}
\optOpt{2nd word} \optOptLine{barcode sequences}
\optOpt{3rd word} \optOptLine{gene IDs and names}
\optOpt{2nd word} \optOptLine{gene IDs and names}
\optOpt{3rd word} \optOptLine{barcode sequences}
\optOpt{4th word} \optOptLine{cell/gene counts matrix}
\optOpt{5th word} \optOptLine{cell/splice junction counts matrix}
\end{optOptTable}
Expand Down

0 comments on commit 09d7f77

Please sign in to comment.