Skip to content

Releases: yupenghe/methylpy

methylpy 1.1.6

20 Nov 22:15
Compare
Choose a tag to compare

Fix issue in counting unconverted and converted basecalls when indel is present

add option --add-snp-info to include two additional columns in allc files to reflect genotype information

methylpy 1.1.5

16 Nov 22:03
Compare
Choose a tag to compare

Fix bugs when methylpy processes reads over 250bp long

methylpy 1.1.4

16 Nov 08:09
Compare
Choose a tag to compare

Fix bugs and add code for error handling

methylpy 1.1.1

13 Nov 22:38
Compare
Choose a tag to compare
  • Fix chr prefix issue in allc-to-bigwig
  • Change the default to False for --remove-clonal in processing pipeline
  • Change cytosine position encoding to allow the processing long reads

1.1.0

12 Nov 18:26
Compare
Choose a tag to compare

Allows speeding up merge-allc using multiple processors
methylpy now uses multithread feature of samtools
Optimized the manipulation of allc index
Fixed bugs

1.0.11

09 Nov 23:30
Compare
Choose a tag to compare
fixed bugs in allc index

1.0.10

09 Nov 22:08
Compare
Choose a tag to compare

methylpy indexes allc files for faster accessing.

merge-allc function is optimized and runs faster.