Skip to content

Releases: TheFraserLab/ASEr

Switched to pysam, added new scripts, improved multiprocessing

23 Mar 23:23
Compare
Choose a tag to compare
  • Switches sam/bam file processing to pysam from manual processing, obviating
    the need to specify single or paired end in the CountSNPASE step.
  • Changed parallelization to use the ASEr/cluster.py library, allowing the use of
    torque, slurm, or simple threading almost transparently.
  • Added scripts to automate the creation of source files required for the two main
    pipeline stages.
  • A number of small bug fixes.

Close to Carlo's original version with bug fixes

23 Mar 23:22
Compare
Choose a tag to compare

Core algorithm identical to v0.1, but with some minor bug fixes in file handling, python 2/3 compatibility, and a few additional scripts for SNP filtering.

Original version by Carlo

23 Mar 23:19
Compare
Choose a tag to compare
Pre-release

This is Carlo's original version, unchanged, with script moved into bin and perl_scripts