Skip to content

Releases: BD2KGenomics/toil-scripts

2.0.9

14 Sep 04:30
Compare
Choose a tag to compare
releases/2.0.9

Release 2.0.8

17 Aug 17:32
Compare
Choose a tag to compare

This release addresses several bug fixes and has some minor refactoring.


  • Replaced clunky encryption code with s3am download ( #361, #377, #388 )
  • Fixed single-end sample inputs ( #362, #372, #378, #413 )
  • Improved documentation ( #383, #385, #399)
  • Fix issues with local sample input ( #405, #410 )
  • Add complete FastQC output ( #404 )
  • Fixed mutually exclusive group arguments ( #370 )

🤘

Release 2.0.0

14 Jul 18:14
Compare
Choose a tag to compare

This major release adds several features, bug fixes, and changes to the production pipelines.

All Production Pipelines

  • Supports Toil's major 3.3.0 release
  • This release is pip installable: pip install toil-scripts==2.0.0 ( #260 )
  • Pipelines are callable via an entrypoint which displays help menu and run information
  • Pipelines are now uniformly run, by generating a YAML configuration file and optional manifest to declutter the command line arguments and disambiguate pipeline-specific arguments from Toil arguments.
  • sudo has been deprecated from Docker commands and pipelines ( #282 )
  • Pipelines now have continuous integration testing ( #239, #254, #215, #238 )

RNA-seq Pipeline

  • STAR/RSEM and Kallisto are now modular (#262)
  • Added wiggle output support ( #312 )
  • Cores fix — specifying maxCores will propagate to tools ( #300 )
  • Removed RSEM post-processing files that had redundant and inaccurate normalization , now returns only RSEM output and normalized counts ( #283 )
  • Added FastQC to RNA-seq ( #233 )
  • Outputs sorted, indexed, genome-aligned bam from STAR instead of transcriptome bam

Exome Pipeline

  • Added Pindel for indel calling ( #276 )
  • Added MuSe as an additional variant caller ( #276 )
  • GATK Preprocessing, MuSe, Pindel, and MuTect are all optional / modular
  • Exome inputs added to Synapse ( #284 )

BWA Alignment Pipeline

  • Supports single-end fastq ( #322 )
  • Requires only reference instead of all index files ( #320 )
  • Uses only BWA-kit now which is faster and simpler ( #225 )

🤘

Release 1.3

01 Jul 19:31
Compare
Choose a tag to compare

Removes redundant labelling for single-end data

Release 1.2

30 Jun 21:17
Compare
Choose a tag to compare

Fixes KeyError when running untarred samples

Releases 1.1

14 Apr 21:57
Compare
Choose a tag to compare

Changes:

  • fix for MuTect disk allocation
  • alignment scripts use bwa-kit by default
  • launch scripts homogenized

1.0

29 Mar 22:46
Compare
Choose a tag to compare
1.0

Toil release for production team.

Validated Pipelines

  • rnaseq_cgl
  • rnaseq_unc
  • batch_alignment
  • exome_variant_pipeline