Skip to content

Releases: TRON-Bioinformatics/easyquant

0.3.5

10 Jun 11:28
Compare
Choose a tag to compare
  • code cleanup

0.3.4

10 Jun 11:29
Compare
Choose a tag to compare
  • add STAR param limitGenomeGenerateRAM to config

0.3.3

10 Jun 11:30
Compare
Choose a tag to compare
  • support python3 also in requantify.py
  • support tsv and csv input files
  • remove hard-coded script path from config file

0.3.2

10 Jun 11:31
Compare
Choose a tag to compare
  • python 3 support
  • allow .csv and tab-separated input tables

0.3.1

10 Jun 11:31
Compare
Choose a tag to compare
  • fix error when no reads are mapped to a given input sequence

0.3.0

10 Jun 11:32
Compare
Choose a tag to compare
  • Changes on how reads are counted:
    • for junction reads require exact match in regions of interest (+/- bp_dist around input position)
    • Changed STAR command to
      • allow only 5% mismatches relative to alignment length and read length
      • output NM and MD tag in BAM file (need for exact match requirement)
        interest)
  • Changes that might affect runtime:
    • cash all reads before counting (this might need to be improved)
  • Changes in output format:
    • output file is now tab-delimited and columns are in different order as before
  • Add bash scripts to
    • run STAR alignment for example data
    • run BWA alignment for example data

0.2.0

10 Jun 11:32
Compare
Choose a tag to compare
  • add an option -d for junction read overlap threshold and change the default to 10bp

0.1.0

10 Jun 11:33
Compare
Choose a tag to compare
  • first release of easyquant