Skip to content

Commit

Permalink
Ready for 2.7.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Sep 19, 2020
1 parent b11fe73 commit fdfae27
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
STAR 2.7.6a --- 2020/09/19
==========================
**Major new feature:**
Output multimapping chimeric alignments in BAM format using
```--chimMultimapNmax N>1 --chimOutType WithinBAM --outSAMtype BAM Unsorted [and/or] SortedByCoordinate```
Many thanks to Sebastian @suhrig who implemented this feature!
More detailed description from Sebastian in PR #802.

**Minor features and bug fixes:**
* Issue #1008: fixed the problem with Unmapped.out.mate? output for --soloType CB_samTagOut output.
* PR # 1012: fixed the bug with --soloCellFiltering TopCells option.
* Issue #786: fixed the bug causing the *Different SJ motifs problem* for overlapping mates.
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.5c.tar.gz
tar -xzf 2.7.5c.tar.gz
cd STAR-2.7.5c
wget https://github.com/alexdobin/STAR/archive/2.7.6a.tar.gz
tar -xzf 2.7.6a.tar.gz
cd STAR-2.7.6a

# Alternatively, get STAR source using git
git clone https://github.com/alexdobin/STAR.git
Expand Down
8 changes: 8 additions & 0 deletions RELEASEnotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
STAR 2.7.6a --- 2020/09/19
==========================
**Major new feature:**
Output multimapping chimeric alignments in BAM format using
```--chimMultimapNmax N>1 --chimOutType WithinBAM --outSAMtype BAM Unsorted [and/or] SortedByCoordinate```
Many thanks to Sebastian @suhrig who implemented this feature!
More detailed description from Sebastian in PR #802.

STAR 2.7.5a 2020/06/16
======================
**Major new features:
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.5c}
\title{STAR manual 2.7.6a}
\author{Alexander Dobin\\
dobin@cshl.edu}
\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 dobin@cshl.edu

ARG STAR_VERSION=2.7.5c
ARG STAR_VERSION=2.7.6a

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.6a_testing1"
#define STAR_VERSION "2.7.6a"

0 comments on commit fdfae27

Please sign in to comment.