Releases: sanger-pathogens/Bio-Tradis
Releases · sanger-pathogens/Bio-Tradis
Stray diff lines removed and hard coded paths removed
v1.4.5 Update dist.ini
Update Docker construction
Update how the docker file is constructed and tested. No functional changes to the code itself.
Fix Docker file and bug fixes
v1.4.3 Update dist.ini
Now using Try::Tiny instead of TryCatch
v1.4.1 v1.4.1
Now using Try::Tiny instead of TryCatch
Merge pull request #94 from ssjunnebo/change_trycatch Change TryCatch to Try::Tiny
Include last base of annotation in insertion count
include last base of annotation in insertion count
Support Samtools 1.3
Support Samtools 1.3
Better warnings / errors for bad input to bacteria_tradis
bacteria_tradis now raises warnings for each input fastq which does not contain a matching read. It then continues with the rest of the analysis, ignoring the offending input. If none of the inputs have a matching read, it fails noisily and explains the issue to the user.