Skip to content

Releases: cov-lineages/scorpio

scorpio v0.3.19

05 Sep 12:24
5ce2e35
Compare
Choose a tag to compare
  • Updates to allow scorpio define to accept more general inputs
  • Added more tests

scorpio v0.3.17

14 Apr 15:12
300d4a8
Compare
Choose a tag to compare

This update handles cases where parent constellations of recombinant lineages would be flagged as the 'best constellation' but not the recombinant or parent individually. This small update forces "mrca_lineage" field to not be an empty string, so whatever the best constellation other than individual parent lineages will be chosen instead.

scorpio v0.3.16

15 Dec 14:00
2ae9e99
Compare
Choose a tag to compare

Enables alternative levels of rules within a constellation file.

This release coincides with a breaking change to constellations.
This change is required to be able to allow a probable Omicron (B.1.1.529) to exist as well as its 3 sublineages.
It remains necessary to have a probable definition while global bioinformatics pipelines continue to call for reference in low quality regions, and now there are 3 sublineages the probable definition should not only apply to BA.1.

scorpio v0.3.15

08 Dec 12:12
fad0291
Compare
Choose a tag to compare
  • Allows comments in constellation files
  • Provides option to skip amino acid translation during scorpio define
  • Classifies deletions in amino acid space slightly differently

scorpio v0.3.14

27 Oct 19:47
c0db12f
Compare
Choose a tag to compare

Small bug fixes:

  • Fix to scorpio list where a line had been deleted
  • Fix to extract_definitions.py where the info printed was not right
  • Fix to type_constellations.py where the counts using --combine were not being reset between samples

scorpio v0.3.13

19 Oct 14:30
e12eb0e
Compare
Choose a tag to compare
  • Allows constellation files to be relative to a specified parent
  • Add --combination option to haplotype to allow all mutations from all constellations to be typed
  • Handle multiple constellation files for the same constellation name
  • Allow scorpio define to give definitions relative to proteins with --protein

scorpio v0.3.12

05 Aug 14:09
1278e79
Compare
Choose a tag to compare

Fix minor bugs with scorpio define

scorpio v0.3.11

05 Aug 13:26
47c5b19
Compare
Choose a tag to compare

Fix release versioning

scorpio v0.3.10

05 Aug 13:03
d4e505d
Compare
Choose a tag to compare

Add logging module
Add scorpio --list to output the constellation names found

scorpio v0.3.9

03 Aug 12:53
d4e505d
Compare
Choose a tag to compare

Updates to README specifying the acceptable formats for mutations
Add --dry-run option which runs classify and haplotype only up to the point where constellation files have been parsed.
Fix bug in haplotype where 2 open file handles were trying to write the same data to the same file
Exit rather than ignore if mutations specified with --mutations are not in an acceptable format