Skip to content

Commit

Permalink
Ready for 2.7.5c .
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Aug 17, 2020
1 parent 5941c5f commit aa7bc30
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
* Implemented removal of control characters from the ends of input read lines, for compatibility with files pre-processed on Windows.
STAR 2.7.5c --- 2020/08/17
==========================
Bug-fix release.
----------------

* Issue #988: proceed reading from GTF after a warning that exon end is past chromosome end.
* Issue #978: fixed corrupted transcriptInfo.tab in genome generation for cases where GTF file contains extra chromosomes not present in FASTA files.
* Issue #945: otuput GX/GN for --soloFeatures GeneFull .
* Implemented removal of control characters from the ends of input read lines, for compatibility with files pre-processed on Windows.

STAR 2.7.5b --- 2020/08/01
======================
==========================
Bug-fix release.
----------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Download the latest [release from](https://github.com/alexdobin/STAR/releases) a

```bash
# Get latest STAR source from releases
wget https://github.com/alexdobin/STAR/archive/2.7.5b.tar.gz
tar -xzf 2.7.5b.tar.gz
cd STAR-2.7.5b
wget https://github.com/alexdobin/STAR/archive/2.7.5c.tar.gz
tar -xzf 2.7.5c.tar.gz
cd STAR-2.7.5c

# Alternatively, get STAR source using git
git clone https://github.com/alexdobin/STAR.git
Expand Down
Binary file modified bin/Linux_x86_64/STAR
Binary file not shown.
Binary file modified bin/Linux_x86_64/STARlong
Binary file not shown.
Binary file modified bin/Linux_x86_64_static/STAR
Binary file not shown.
Binary file modified bin/Linux_x86_64_static/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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

\title{STAR manual 2.7.5b}
\title{STAR manual 2.7.5c}
\author{Alexander Dobin\\
[email protected]}
\maketitle
Expand Down
2 changes: 1 addition & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stable-slim

MAINTAINER [email protected]

ARG STAR_VERSION=2.7.5b
ARG STAR_VERSION=2.7.5c

ENV PACKAGES gcc g++ make wget zlib1g-dev unzip

Expand Down
2 changes: 1 addition & 1 deletion source/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define STAR_VERSION "2.7.5b"
#define STAR_VERSION "2.7.5c"

0 comments on commit aa7bc30

Please sign in to comment.