Skip to content

Releases: cnobles/iGUIDE

v1.1.0

10 Mar 00:31
1bd8d4f
Compare
Choose a tag to compare
  • Modified how samples designated as Mock are treated during the analysis
  • Mock samples can now be indicated by "None" or "Control" as well (case-insensitive)
  • Abundance can now be selected as [Read], [UMI], or [Fragment]{default} within config parameters and this selection will identify the abundance method used for analysis
  • Added support for alternative UMI method (dx.doi.org/10.17504/protocols.io.wikfccw)

v1.0.0

22 Aug 19:00
84682be
Compare
Choose a tag to compare
  • Release of version 1.0.0!!!
  • iGUIDE is a computational pipeline that supports the detection of DSBs induced
    by designer nucleases
  • Aligner support for BLAT and BWA currently implemented, let us know if you
    would like to see others.
  • Flexible pipeline processing built on Snakemake, supports a binning system
    to better distribute workflow for whichever system it is being processed on
  • Documentation supporting a Quickstart and User Guide hosted by ReadTheDocs

v0.9.9

20 Jun 18:37
9ccd22d
Compare
Choose a tag to compare
  • Modified the assimilate + evaluate workflow
    • Assimilate now only includes reference genome data, meaning a cleaner intermediate file
    • Evaluate will now handle ref. gene sets and further analysis
    • This increases the modularity and consistancy of the workflow
  • Revised the iGUIDE Report format to be more informational and clearer
  • Revised a bit of the workflow to make reprocessing smoother
  • Updated BLAT coupling script to be more memory efficient
  • Fixed TravisCI testing!
  • Changed stat workflow, now restarting analysis won't init a total reproc.

v0.9.8

19 Apr 17:59
Compare
Choose a tag to compare
  • iGUIDE can now support non-Cas9 nucleases as well!
    • Implemented nuclease profiles into configs
    • Updated assimilation, evaluation, and reporting scripts
  • Added default resources to allow simpler HPC processing
  • Included flexible system for identifying on-target sites
    • Config can accept a range rather than a single site
    • Acceptable notation: chr4:+:397-416 and chr3:*:397
  • Changed build nomenclature from v0.9.3 to b0.9.3
    • So as not to confuse with version
  • Added 'summary' subcommand to generate a consise text-based report
    • Working in the same manner as 'report', can generate from config(s) or eval file
  • Added short stats-based report to be produced at the end of processing
  • Additional bugfixes.

v0.9.7

06 Mar 15:45
Compare
Choose a tag to compare
  • Hotfix to workflow.
  • Changed 'setup' subcommand to python script based rather than snakemake.
  • Changed file organization.

v0.9.6

06 Mar 05:22
fd4379b
Compare
Choose a tag to compare
  • Introduced process workflow steps: assimilate and evaluate
    • Assimilate aligned data and compare with targeting sequences
      • Core data object that can be combined across runs / projects
    • Evaluated data incorporates reference data and statistical models
      • A staple data object for reports and can be constructed from multiple runs
  • Included new subcommands 'eval' and modified 'report'
    • report from either config(s) or eval dataset
  • Cleaned up file structure
  • Updated documentation in code and docs.
  • Implemented accuracy and retention checks with simulation dataset.
  • Updated simulation dataset with larger set to test analysis.

v0.9.5

19 Feb 19:48
09b7f40
Compare
Choose a tag to compare
  • Updated demultiplexing to be more efficient and better HPC compatible.
  • Added RefSeq Extended* reference gene sets
    • 'ext' includes curated, predicted, and other RefSeq sets
    • 'ext.nomodel' includes only curated and other RefSeq sets
  • Incorporated resource allocation for job dependent memory consumption
    • Works great with HPC to specify memory requirements
  • Streamlined input for report generation by only requiring config(s)

v0.9.4

31 Jan 05:04
33b558e
Compare
Choose a tag to compare
  • Updated 'report' utility and formating
    • custom templates now accepted
    • included as subcommand, check with 'iguide report -h'
    • pdf and html options report 'nicely' even when printed from either
  • Updated build to v0.9.2 to support new formating in report
  • Builds are constructed from spec files rather than yaml requirements
  • Included the 'clean' subcommand to reduce size of processed projects
    • after cleaning a project, only terminal data files will remain

v0.9.3

12 Jan 02:05
2f44a19
Compare
Choose a tag to compare
  • Added 'list_samples' subcommand to list samples within a project.
  • Caught a few bugs and worked them out for smoother processing and reports.

v0.9.2

12 Jan 02:04
8c58dea
Compare
Choose a tag to compare
  • Modified test dataset to run tests quicker
  • Implemented CirclCI checking, alternative VM test to travis.ci.