Skip to content

Releases: CCBR/CHARLIE

CHARLIE 0.11.0

16 Sep 21:37
Compare
Choose a tag to compare
  • Major updates to convert CHARLIE from a biowulf-specific to a platform-agnostic pipeline (#102, @kelly-sovacool):
    • All rules now use containers instead of envmodules.
    • Default config and cluster config files are provided for use on biowulf and FRCE.
    • New entry TEMPDIR in the config file sets the temporary directory location for rules that require transient storage.
    • New --singcache argument to provide a singularity cache dir location. The singularity cache dir is automatically set inside /data/$USER/ or $WORKDIR/ if --singcache is not provided.
  • Minor documentation improvements. (#114, @kelly-sovacool)

v0.10.1

23 Dec 19:36
Compare
Choose a tag to compare
  • strand are reported together, strand from all callers are reported,
  • both + and - flanking sites are reported,
  • rev-comp function updated,
  • updated versions of tools to match available tools on BIOWULF.

v0.9.0

27 Apr 16:57
Compare
Choose a tag to compare

Significant upgrades since the last release:

  • updates to wrapper script, many new arguments/options added
  • new per-sample counts table format
  • new all-sample master counts matrix with min-nreads filtering and ntools column to show number of tools supporting the circRNA call
  • new version of Snakemake
  • cluster_status script added for forced completion of pipeline upon TIMEOUTs
  • updated flowchart from lucid charts
  • added circRNAfinder, find_circ, circExplorer2_bwa and other tools
  • optimized execution and resource requirements
  • updated viral annotations (Thanks Sara!)
  • new method to extract linear counts, create linear BAMs using circExplorer2 outputs
  • new job reporting using jobby and its derivatives
  • separated creation of BWA and BOWTIE2 index from creation of STAR index to speed things up
  • parallelized find_circ
  • better cleanup (eg. deleting _STARgenome folders, etc.) for much smaller digital footprint
  • multitude of comments throughout the snakefiles including listing of output file column descriptions
  • preliminary GH actions added

v0.7.0

19 Nov 02:37
ed60ef4
Compare
Choose a tag to compare
  • 5 circRNA callers
  • all-sample counts matrix with annotations

v0.6.9

27 Apr 01:10
Compare
Choose a tag to compare
  • Optimized pysam scripts
  • fixed premature completion of singularity rules

v0.6.5

26 May 19:49
Compare
Choose a tag to compare
  • updated config.yaml to use the latest HSV-1 annotations received from Sarah (050421)

v0.6.4

24 May 21:40
Compare
Choose a tag to compare
  • create linear reads BAM file
  • create linear reads BigWigs for each region in the .regions file.

v0.6.3

18 May 20:10
Compare
Choose a tag to compare
  • QOS not working for Taka... removed from cluster.json
  • recall rule requires python/3.7 ... env module updated

v0.6.2

11 May 12:53
Compare
Choose a tag to compare

BSJ files are in BSJ subfolder... bug fix for v0.6.1

v0.6.1

30 Apr 10:53
Compare
Choose a tag to compare
  • customBSJs recalled from STAR alignments
    • only for PE
    • removes erroneously called CircExplorer BSJs
  • create sense and anti-sense BSJ BAMs and BW for each reference (host+viruses)
  • find reads which contribute to CIRI BSJs but not on the STAR list of BSJ reads, see if they contribute to novel (not called by STAR) BSJs and append novel BSJs to customBSJ list