You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-18
Original file line number
Diff line number
Diff line change
@@ -486,31 +486,38 @@ rowData(se)
486
486
### Release History
487
487
488
488
**bambu v3.2.6**
489
+
489
490
Release date: 2023-Apr-26
491
+
490
492
Minor changes:
491
-
* Fixes crash during Low Memory Mode when there are scaffolds with no reads
492
-
* Fixes crash on windows machines caused by DNAStringSet
493
-
* Adds NDR metadata when running discovery mode with recommended NDR, so users do not need to look at console for the recommended NDR.
494
-
* Re-enabled GitHub actions for new devel branch name and the windows check
495
-
* Fixed a crash that occurs with large datasets resulting in large overflow tables during novel gene id assignment
496
-
* Remove nested bplapply in EM
497
-
* Remove unused eqClassById list column in the readClassDist object to reduce memory usage
498
-
* Fixed a bug that caused identical unspliced reads to not be tracked when trackReads = TRUE
493
+
494
+
- Fixes crash during Low Memory Mode when there are scaffolds with no reads
495
+
- Fixes crash on windows machines caused by DNAStringSet
496
+
- Adds NDR metadata when running discovery mode with recommended NDR, so users do not need to look at console for the recommended NDR.
497
+
- Re-enabled GitHub actions for new devel branch name and the windows check
498
+
- Fixed a crash that occurs with large datasets resulting in large overflow tables during novel gene id assignment
499
+
- Remove nested bplapply in EM
500
+
- Remove unused eqClassById list column in the readClassDist object to reduce memory usage
501
+
- Fixed a bug that caused identical unspliced reads to not be tracked when trackReads = TRUE
499
502
500
503
**bambu version 3.0.0**
504
+
501
505
Release date: 2022-10-25
506
+
502
507
Major changes:
503
-
* Updated the input parameters of Bambu to simplify the user experience
504
-
* Introduced NDR threshold recommendation
505
-
* Implemented trainBambu(), allowing users to train and use models on their own data
506
-
* Reads that cannot be assigned to any transcript are grouped as incompatible counts
507
-
* Partial estimates are removed from output as it can be directly obtained based on total count estimates and full-length count estimates
508
-
* The fusion mode is now available, which assigns read classes that align to multiple genes to a new combined fusion gene
508
+
509
+
- Updated the input parameters of Bambu to simplify the user experience
510
+
- Introduced NDR threshold recommendation
511
+
- Implemented trainBambu(), allowing users to train and use models on their own data
512
+
- Reads that cannot be assigned to any transcript are grouped as incompatible counts
513
+
- Partial estimates are removed from output as it can be directly obtained based on total count estimates and full-length count estimates
514
+
- The fusion mode is now available, which assigns read classes that align to multiple genes to a new combined fusion gene
509
515
510
516
Minor changes:
511
-
* Novel transcripts and genes are now by default output with a Bambu prefix
512
-
* Updated the documentation, messages and errors output by Bambu
513
-
* Annotated transcripts (with unique exon-junctions) with at least 1 full-length read are assigned a NDR rank
517
+
518
+
- Novel transcripts and genes are now by default output with a Bambu prefix
519
+
- Updated the documentation, messages and errors output by Bambu
520
+
- Annotated transcripts (with unique exon-junctions) with at least 1 full-length read are assigned a NDR rank
514
521
515
522
**bambu version 1.99.0**
516
523
@@ -572,7 +579,7 @@ Release date: 2020-06-18
572
579
Release date: 2020-05-29
573
580
574
581
### Citation
575
-
Chen, Ying, et al. "Context-Aware Transcript Quantification from Long Read RNA-Seq data with Bambu" bioRxiv (2022). doi: https://doi.org/10.1101/2022.11.14.516358
582
+
Chen, Y., Sim, A., Wan, Y.K. et al. Context-aware transcript quantification from long-read RNA-seq data with Bambu. Nat Methods (2023). https://doi.org/10.1038/s41592-023-01908-w
0 commit comments