Releases: BD2KGenomics/toil-scripts
Releases · BD2KGenomics/toil-scripts
2.0.9
Release 2.0.8
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
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
Removes redundant labelling for single-end data
Release 1.2
Fixes KeyError when running untarred samples
Releases 1.1
Changes:
- fix for MuTect disk allocation
- alignment scripts use bwa-kit by default
- launch scripts homogenized
1.0
Toil release for production team.
Validated Pipelines
- rnaseq_cgl
- rnaseq_unc
- batch_alignment
- exome_variant_pipeline