Skip to content

Releases: CCBR/CHARLIE

v0.6

22 Apr 01:27
Compare
Choose a tag to compare
cutadapt_min_length to cutadapt rule... setting it to 15 in config (f…

v0.5.5

19 Mar 13:12
Compare
Choose a tag to compare
  • STAR2p output per gene counts and these per sample counts are aggregated into 3 count matrices:
    • stranded
    • unstranded
    • reverse stranded
  • config.yaml now includes 3 resource paths:
    • original: hg38(masked) + rRNA + ERCC + legacy virus set from Mahesh
    • v2: original + HSV1 strain 17
    • v3: original + HSV1 KOS strain (with only 1 copy of repeats) --> this is now the new default

v0.5.4

02 Mar 23:20
Compare
Choose a tag to compare
  • quant.txt annotation bug fix
  • WORKDIR can now be a relative path
  • bam2bw conversion fix for BSJ and spliced_reads. Issue closed!

v0.5.2

25 Feb 23:01
Compare
Choose a tag to compare
  • Using picard to estimate duplicates using MarkDuplicates
  • Generating a per-run multiqc HTML report
  • Using eulerr R package to generate CIRI-CircExplorer circRNA Venn diagrams and include them in the mulitqc report
  • Gather per job cluster metadata like queue time, run time, job state etc. Stats are compiled in HPC_summary file
  • CLEAR pipeline quant.txt file is annotated for known circRNAs

v0.5.1

18 Feb 02:06
Compare
Choose a tag to compare
  • venn diagram is now colored and scaled .. (using eulerr)

v.0.5.0

15 Feb 21:37
Compare
Choose a tag to compare
  • run_clear is now set to True (as default)
  • circ_quant replaces clear_quant in the CLEAR rule. In order words, we are reusing the STAR alignment file and the circExplorer2 output file for running CLEAR. No need to run HISAT2 and TopHat (fusion-search with Bowtie1). This is much quicker.

v0.4.3

11 Feb 20:37
Compare
Choose a tag to compare
  • Documentation updates
  • minor code fixes

v0.4.2

10 Feb 01:56
Compare
Choose a tag to compare
  • splice-reads only bam and bigwigs created and split by regions.

v0.4.1

09 Feb 03:36
Compare
Choose a tag to compare
  • minor updates to wrapper script
  • documentation added to github pages

v0.4.0

04 Feb 19:30
Compare
Choose a tag to compare
  • CLEAR added.
  • wrapper script (run_circrna_daq.sh) added for local and cluster execution.