diff options
author | brobr <sborg63@disroot.org> | 2022-01-31 22:41:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 23:24:38 +0700 |
commit | 722ab55e5249c54c42ef07aa1dabd770745ce9d4 (patch) | |
tree | 75832f6480a26ed4333c0be2011258074f478d31 /academic/STAR/README | |
parent | 07c418576338c596ca746dd8438401c8bd000a2a (diff) |
academic/STAR: Updated to version 2.7.10a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/STAR/README')
-rw-r--r-- | academic/STAR/README | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/academic/STAR/README b/academic/STAR/README index 7d410d628f..ae22618ac8 100644 --- a/academic/STAR/README +++ b/academic/STAR/README @@ -2,9 +2,20 @@ STAR aligns short and long RNA-seq reads to a reference genome using uncompressed suffix arrays, resulting in fast, accurate mapping. STAR is capable of unbiased de novo detection of canonical splice junctions, can discover non-canonical splices and chimeric (fusion) -transcripts and can map full-length RNA sequences. Comes with -STARsolo for: mapping, demultiplexing and gene quantification for +transcripts and can map full-length RNA sequences. Comes with +STARsolo for: mapping, demultiplexing and gene quantification for single cell RNA-seq (See STARmanual). +The make command for building the program assumes that the cpu is +supporting AVX extensions, included in intel processors since Sandy +Bridge (2008) and in AMD cpus since Bulldozer (2011). See the +Slackbuild if other processors can be supported. Reference: https://www.ncbi.nlm.nih.gov/pubmed/23104886 + + +LIMITATIONS +This release was tested with the default parameters for human and +mouse genomes. Mammal genomes require at least 16GB of RAM, ideally +32GB. Please contact the author for a list of recommended parameters +for much larger or much smaller genomes. |