Releases: ShujiaHuang/ilus
Releases · ShujiaHuang/ilus
v2.0.0
[release v2.0.0] - 2023-12-05
What's new
- Enable raw fastq data filtering by using SOAPnuke.
- Enable to create pipeline for WES or other kinds of capture sequencing data.
- Add Sentieon mudules. Enable to create WGS/capseq analysis pipeline by using Sentieon
- Rewrite the format of the configuration file.
Update details
- Rewrite the format of configuration file, isolated the
resourcesoption fromgatksection as a new section to facilitate shared use bySentieonandGATK. - Added
sentieonmodule and constructed WGS/WES analysis workflows based onsentieon. - Removed the
--max-gaussiansoption from thevqsr_optionsin the configuration file and replaced it with separate settings for SNP (vqsr_snp_max_gaussians) and Indel (vqsr_indel_max_gaussians). - Moved the calculation of alignment statistics and data contamination section out from
BQSRsection tobwamemsection. Changed the suffix from.recal.tableto.BQSR.recal.table. - Added the
--dbsnpparameter forgenotypeGVCFsto annotate known sites. - Added fastq data filtering module based on
SOAPnuke. - Encapsulated the
gatkmodule as a GATK class. - Added the
--intervalparameter for WGS as the variant-calling-interval. - Added a parameter to the workflow to automatically remove unnecessary sub-vcfs for WGS/WES.
- Rewrote the
genotype-joint-callingmodule, allowing the first column of the input parametergvcf.listto contain arbitrary interval information, includingchromosome ID,chr:start-end, or a.bedfile.
v1.3.2
[release v1.3.2] - 2023-05-21
Enhancements & bug fixes
v1.3.1
[release v1.3.1] - 2023-02-28
Enhancements & fixes
Bug fixs and do not delete the genomic_DB database, which has been created by the GATK genomicsDBImport process after GATK genotypeGVCFs.
v1.3.0
[release v1.3.0] - 2023-02-21
Enhancements & fixes
- Use genomicsDBImport as a default approach to combine multi-sample gVCF files.
- The original genotype process has been split into two steps: (1) genomicsDBImport, and (2) the final genotype joint-calling.
- Various bugs have been fixed.
- Added input format validation to check the validity of the input sample sheet.
- f-string style is now used for embedding string information instead of str.format().
release v1.1.1
release version 1.1.1
version 1.0.0
Release the first version of ilus with basic functions for creating WGS/WES pipeline.
You can use this version to generate scripts for WGS/WES analysis base on the Best practice of GATK and more.