Skip to content

Releases: itmat/Normalization

11/11/2014

11 Nov 17:09
Compare
Choose a tag to compare

the following bugs have been fixed:

  • unnecessary step for non-stranded data removed
  • runall_normalization.pl modified
  • samtools location needs to be specified in the config file
  • fixed get_percent_numchr.pl to work with all chr names
  • unique merge sam for gene norm fixed

v0.6-beta - 11/5/2014

05 Nov 22:51
Compare
Choose a tag to compare
  • New config file.
  • Exon-Intron-Junction Normalization outputs normalized exonmappers, intronmappers, and intergenicmappers separately (instead of outputting one final normalized sam/bam file for each sample).
  • PORT now supports stranded data. Sense and antisense spreadsheets and sam/bam files will be provided at the end of the pipeline.
  • Highly expressed introns added to the list of normalization factors.

v0.5-beta - 9/28/14

28 Sep 14:10
Compare
Choose a tag to compare
  • Gene Normalization/Quantification and Exon-Intron-Junction Normalization/Quantification done separately.
  • Normalization factors stats file combines all normalization factor statistics into one file.
  • Filter high expressors removes reads that map to the high expressors.
  • Config file updated.

v0.4-beta - 8/26/14

26 Aug 20:12
Compare
Choose a tag to compare
  • resume and -resume_at option added
  • label novel exons in exon counts spreadsheet
  • gene coordinates added to gene counts spreadsheet

v0.3-beta - 8/11/2014

11 Aug 21:33
Compare
Choose a tag to compare
  • Gene-level quantification step added (this will output FINAL_master_list_of_genes_counts_MIN and MAX)

v0.2-beta - 8/6/2014

06 Aug 16:05
Compare
Choose a tag to compare
  • Organized/rearranged the pipeline into PART1 and PART2
  • Read number prediction more accurate (unique reads), happens later in the pipeline
  • Users have option to check the read numbers/high expressors before running steps in PART2
  • Added strand-specific coverage option (can be set in the config file)
  • Fixed bugs (compress step and runall_shuf.pl script)