Skip to content

Releases: Casperjamin/Plasmidsimilarity

minor bugfix

24 Aug 13:56
Compare
Choose a tag to compare

bug fix when sample names contained ".fasta".
this was caused by using the string.split() method.

Zenodo release trigger

20 Aug 09:13
Compare
Choose a tag to compare
v.1.0.1

free version of pytables

lets get ready to rumble

12 May 20:27
Compare
Choose a tag to compare

based on the cookie cutter pypackage I've made many small changes in the codebase to be more compliant to pep8

pip installable!

27 Apr 20:04
Compare
Choose a tag to compare

Plasmidsimilarity is now installable from the repository using:

pip install .

describe the plasmids

13 Jul 14:37
ae4a6f5
Compare
Choose a tag to compare

this release contains additional workflow in the snakemake pipeline for description of the plasmids, such as number of contigs, total length and GC content

figures should now accommodate labels properly, thanks to Boas.
furthermore a composite plot is generated of the genotypes + similarity dendrogram.

release v0.4.0

17 Jun 12:09
Compare
Choose a tag to compare

release 0.4.0 has a lot of new stuff

  • for the snakemake pipeline an output directory can be specified

  • unique module added, which screens the fraction of unique k-mers over a range of k-mers

    • useful to determine if the size k you're using is big enough
    • furthermore it this plateaus before approaching 100% you'll know you have duplicated elements in your sequence
  • code cleaning, Abricate rule in the snakefile is now a single rule for AMR plasmids and virulence genes.

small bug fix

30 Mar 15:44
Compare
Choose a tag to compare

now skips contigs smaller than size k

small fixes and code clean up

30 Mar 07:51
b523ea1
Compare
Choose a tag to compare

in this edition:

  • circular plasmid k-mer counting
  • code clean up how to read and k-mer count sequences

v0.1

14 Feb 12:34
dc235a2
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Update README.md