Skip to content

Releases: smith-chem-wisc/Spritz

Overhaul and quantification workflow

02 Aug 15:26
Compare
Choose a tag to compare

Overhaul and quantification workflow

  • IMPORTANT FOR GUI USAGE: This release requires .NET 5.0. Please download the .NET Runtime here https://dotnet.microsoft.com/download/dotnet/5.0.
  • IMPORTANT FOR CMD USAGE: Please update your conda environment to make sure .NET 5.0 runtime is available.

New features:

  • Using conda environments for every rule to allow snakemake --use-conda to be more efficient if a subset of workflows is selected
  • Adding quick quantification with StringTie2 of both assembled isoforms and reference transcripts, and summarizing the quant results in a table
  • New SpritzCMD commandline interface that wraps snakemake for usage in a base conda environment

Bug fixes:

  • This fixes an issue with TransferUniProtModifications (#215)

Other improvements:

  • TransferUniProtModifications now named SpritzModifications
  • Removed duplicate biopython reference
  • Restructuring folders according to https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html
  • Removed -SO coordinate from AddReadGroups in variant workflow because it looks like that triggers a followup sort
  • Allocated double GATK's normal RAM to MarkDuplicates because it runs close to the RAM limit
  • Removing fusion workflow, since it's not integrated and I don't have plans to do so in the near future
  • Removed aspera-cli because SRA-prefetch isn't really using it but still getting 10x faster downloads with HTTPS than fasterq-dump

Overhaul and quantification workflow (no assets)

02 Aug 15:05
fcf95eb
Compare
Choose a tag to compare

Fixed setup for TransferUniprotModifications

01 Jun 15:21
Compare
Choose a tag to compare

mzLib update

01 Feb 14:09
50bf754
Compare
Choose a tag to compare
0.2.4

updates mzlib package, fixes a build error (#200)

Single-end and mixed inputs

15 Nov 14:11
ff86cf5
Compare
Choose a tag to compare
  • Added ability to use single-end FASTQs
  • Added ability to use single-end SRAs
  • Added ability to use mixed single-end and paired-end inputs
  • Added ability to use mixed SRA and FASTQ inputs
  • Improved ease of commandline usage

Installer, autoupdater, speedier trimming tool selection

25 Aug 17:22
31d66a2
Compare
Choose a tag to compare
  • This release includes an installer and an autoupdater to stay up to date.
  • Can select either/both variant and isoform (beta) workflows
  • Speedier trimming tool
  • Many other changes

Output streaming within Spritz GUI

28 Jun 21:59
5ce292a
Compare
Choose a tag to compare
0.1.3

Create start.sh

Add Spritz logo

09 Jun 21:45
fe08c86
Compare
Choose a tag to compare
  • Added the Spritz logo
  • Simplified the workflow page
  • Ensure container stops after run

Remove empty ensembl release

07 Jun 03:12
07f2c45
Compare
Choose a tag to compare
Merge pull request #173 from bintiibrahim/cleanup

snpeff issue and other bugs

Snakemake rewrite of Spritz

26 May 21:44
1a54ab7
Compare
Choose a tag to compare
Merge pull request #168 from bintiibrahim/cleanup

fixed some bugs when merged conflicts