Skip to content

Releases: ruolin/strawberry

Strawberry v1.1.2

19 Jun 21:53
1fe91d5
Compare
Choose a tag to compare
Update README.md

Strawberry v1.1.1

18 May 17:40
3a5f11a
Compare
Choose a tag to compare
  1. Remove unnecessary assertion.
  2. Fix segfalut.

Strawberry v1.1.0

20 Apr 05:01
5ec38d8
Compare
Choose a tag to compare
  1. Adding ref_gene_id and ref_gene_name fields to output gtf file, if reference guided assembly is used. These are taken from the matched reference loci.
  2. When running with --no-quant flag, TPM and FPKM parts from the output gtf file will be omitted.
  3. The --output-dir option is changed to --output-gtf option.
  4. The logfile now by default is saved to /tmp/strawberry.log
  5. Fix mem bugs. Some details see: #33 and #36.

Strawberry 1.0.5

03 Apr 19:39
61a37d3
Compare
Choose a tag to compare
  1. Update -g option. When using reference annotations, the closest gene id/symbol will be added to the output gtf file.
  2. Bug fix for loading transcripts.

Strawberry-long-1.0.2

07 Nov 16:46
caeace6
Compare
Choose a tag to compare

Fix a bug when loading the last transcript is out of bound.

Strawberry-long-1.01

26 Aug 06:02
9f2f0b8
Compare
Choose a tag to compare
  1. Add Pacbio ccs read support.
  2. Update logging.

0.9.3

06 Aug 08:17
Compare
Choose a tag to compare
  1. Fix issue #20. This bug is trigger by using gencode.v28.annotation.gtf, which contains a 1 bp intron. Thanks for @47Lies for reporting this bug and providing the test case!

  2. Fix a bug when a bam file contains number only contig/scaffold names. This bug caused dropping all reads.

0.9.2 Add Strand specific options

05 Jun 07:43
Compare
Choose a tag to compare

Add Strand-specific options:
--fr assumes stranded library fr-secondstrand
--rf assumes stranded library rf-firststrand
If none of them is specified the default is the non-strand specific library.