Releases: RIVM-bioinformatics/ViroConstrictor
Releases · RIVM-bioinformatics/ViroConstrictor
v1.2.5
v1.2.4
v1.2.3
1.2.3 (2023-03-01)
Bug Fixes
- allow input fastq files that contain multiple dots (07994a2)
- ensure compability between the Influenza preset and illumina short read data (9a9f1d9)
- ensure match_preset_name() actually returns all required values (d49f238)
- update permissions for GH-actions workflows (1f760ba)
Documentation
- add citations file (1f760ba)
- update installation instructions for new environment file and environment creation with Mamba (84183a7)
Dependencies
v1.2.2
v1.2.1
v1.2.0
1.2.0 (2023-01-18)
Features
- add option to filted for minimum aligned length in
clipper.py
(d06caf5) - add option to filter spliced reads in
clipper.py
(d06caf5) - add support for working with presets for specific viral targets (29bfa3c)
Bug Fixes
- add
.gff3
file extension as allowed to features flag (b4fdf5d) - change Clipper settings to a per-platform config per preset (3d952bb)
- change the minimal alignment length in
clipper.py
to be a percentage of the reference length (68597e8) - correct minimum aligned read length default value (60b9230)
- Fix extension checking for input files (6c4f91e)
- set snakemake
keepgoing
to True as a default (0076d52) - use the correct columns of input BED file when there are more columns given than necessary (56b5259)
- workaround for
Argument list too long
error when parsing complex workflows (2835c44)
Performance Improvements
- change
make_pickle
rule to localrule (f41cc01) - change threads in local execution mode to improve parallel performance (869c81a)
Dependencies
Documentation
- update documentation to include presets functionalities (adc5265)
v1.1.0
1.1.0 (2022-12-06)
Features
- add base of functionality to translate and write amino acid sequences (25884b7)
- translate and extract aminoacids sequences for multiple targets (657aaff)
Bug Fixes
- add the missing "FORWARD" and "REVERSE" primer keywords (74b92c6)
- change found features to
np.nan
if input reference and features file don't match (3e812e4) - circumvent issue where null values cause problems in data translation steps (6007fca)
- correctly parse amino acids that have a name with a dot in it (3e14dd5)
- make sure all required info is present when no gff files are given (d589989)
Documentation
- clarify some sections in the docs (9bc4171)
- fix broken links (9bc4171)
- update documentation to match new functionality (9bc4171)