Skip to content

Commit

Permalink
2.7.10a_alpha_220207
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Feb 7, 2022
1 parent c3b8fa1 commit ecec9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Issue #1469: fixed seg-fault introduced in 2.7.10a.

STAR 2.7.10a --- 2021/01/14 ::: New features, behavior changes and bug fixes
STAR 2.7.10a --- 2022/01/14 ::: New features, behavior changes and bug fixes
===========================================================================
**New options and features:**
* Implemented --soloCellReadStats Standard option to output read statistics for each cell barcode.
Expand Down
2 changes: 1 addition & 1 deletion RELEASEnotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STAR 2.7.10a --- 2021/01/14 ::: New features, behavior changes and bug fixes
STAR 2.7.10a --- 2022/01/14 ::: New features, behavior changes and bug fixes
============================================================================
See [CHANGES.md](CHANGES.md)

Expand Down
2 changes: 1 addition & 1 deletion source/STAR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

void usage(int usageType) {
cout << "Usage: STAR [options]... --genomeDir /path/to/genome/index/ --readFilesIn R1.fq R2.fq\n";
cout <<"Spliced Transcripts Alignment to a Reference (c) Alexander Dobin, 2009-2020\n\n";
cout <<"Spliced Transcripts Alignment to a Reference (c) Alexander Dobin, 2009-2022\n\n";
cout << "STAR version=" << STAR_VERSION << "\n";
cout << "STAR compilation time,server,dir=" << COMPILATION_TIME_PLACE << "\n";
cout << "For more details see:\n";
Expand Down

0 comments on commit ecec9ee

Please sign in to comment.