Skip to content

Commit

Permalink
0.2.3 -> 0.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FTouzain committed Jan 3, 2025
1 parent a38bc5d commit 8297d9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.2.3.1:
- same, only to make release archives updated (not the case when deleting and creating again with the same tags)
0.2.3:
- correct typo errors, add parameters in xml wrapper
- remove '\%' in vvv2_display.py help
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setuptools.setup(
name="vvv2_display", # Required
version="0.2.3", # Required
version="0.2.3.1", # Required
description="Viral Variant Visualizer 2 display", # Optional
long_description=long_description,
long_description_content_type="text/markdown", # Optional (see note above)
Expand Down
2 changes: 1 addition & 1 deletion src/vvv2_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of the vvv2_display distribution (https://github.com/ANSES-Ploufragan/vvv2_display).
# Copyright (c) 2024 Fabrice Touzain.
# Copyright (c) 2023-2025 Fabrice Touzain.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions vvv2_display.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tool id="vvv2_display" name="vvv2_display: Display SNP proportions and CDS of an assembly in png image" version="0.2.3" python_template_version="3.9">
<tool id="vvv2_display" name="vvv2_display: Display SNP proportions and CDS of an assembly in png image" version="0.2.3.1" python_template_version="3.9">
<requirements>
<requirement type="package" version="0.2.3">vvv2_display</requirement>
<requirement type="package" version="0.2.3.1">vvv2_display</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
vvv2_display.py -f '$vadr_fail_annotation' -p '$vadr_pass_annotation' -s '$vadr_seqstat' -n '$vardict_vcf' -r '$snp_img' -w '$var_significant_thres' -o '$cov_depth' -e '$cov_depth_corr' -t '$snp_loc' -u '$snp_loc_summary' -j '$json_annot' -k '$bed_annot' -l '$correct_vcf' -m '$contig_limits' '$cov_depth_scale'
Expand Down

0 comments on commit 8297d9d

Please sign in to comment.