Skip to content

Releases: StevenWingett/HiCUP

HICUP v0.9.2

16 Feb 14:12
Compare
Choose a tag to compare

HiCUP v0.9.2 is a minor update incorporating the change described below:

  • Updated documentation

HICUP v0.9.1

16 Feb 12:28
Compare
Choose a tag to compare

HiCUP v0.9.1 is a minor update incorporating the change described below:

  • hicup2homer conversion script is now executable.

  • fixed bug in scribl_capture_ditag_sorter.pl caused by non-Linux line
    endings. The script now runs.

HiCUP v0.9.0

14 Feb 17:58
Compare
Choose a tag to compare

HiCUP v0.9.0 is a major update incorporating the changes described below:

  • hicup2juicer script may now be passed the parameter --digest which
    enables users to retrieve the fragment ID instead of the dummy values
    0 and 1 (contributed by https://github.com/lldelisle)

  • hicup2juicer script may be passed the parameter --usemid which results
    in the position in the middle of the restriction fragment being
    reported instead of the 5' end
    (contributed by https://github.com/lldelisle).

  • Added scripts for processing SCRiBL datasets.

HiCUP v0.8.3

11 Jan 16:24
Compare
Choose a tag to compare

HiCUP v0.8.3 is a minor update incorporating the change described below:

  • Updated contact details

HiCUP v0.8.2

13 Jul 14:20
c6fb522
Compare
Choose a tag to compare

HiCUP v0.8.2 is a minor update incorporating the change described below:

  • The get_captured_reads script has been renamed to hicup_capture. The script is found in the Misc folder and is used to identify "captured" di-tags in a Capture Hi-C experiment. The renamed script now works in both the Misc directory or in the same directory as hicup_module (which is useful for Conda installs or when creating symbolic links to the hicup_capture script).

HiCUP v0.8.1

16 Feb 12:21
7b7720b
Compare
Choose a tag to compare

RELEASE NOTES FOR HICUP v0.8.1 (16 FEBRUARY 2020)

HiCUP previously could not process Gzipped files when run on a Mac computer. While HiCUP is designed for Linux systems, a simple fix was made on how Gzipped files are uncompressed and consequently HiCUP should now work on Mac systems.

HiCUP v0.8.0

11 Oct 12:37
57fbba1
Compare
Choose a tag to compare

RELEASE NOTES FOR HICUP v0.8.0 (08 OCTOBER 2020)

HiCUP v0.8.0 is a major update incorporating the changes described below:

  • HiCUP has a new script named hicup_reporter that collates the summary
    reports from each step of the pipeline into a new report.

Note: This hicup_reporter script can be run on its own to collate summary
results files generated previously by HiCUP.

  • The pipeline generates a new HTML summary report using the script
    r_scripts/hicup_reporter.rmd (this script is executed by hicup_reporter).

Note: this requires the R packages Tidyverse and Plotly to be installed

HiCUP v0.7.4

19 Jun 13:30
ac8d497
Compare
Choose a tag to compare

-Fixed bug when specifying a cut-site containing an N (any nucleotide).
The script hicup_truncater used to incorporate such Ns into the FASTQ
truncated read. This is now fixed and no longer occurs.

-HiCUP now uses CIGAR string information when positioning reads to
restriction fragments and during the de-duplication process.

-Added scripts for GitHub Actions unit testing.

-Added a HiCUP Singularity recipe to the Misc folder.

HiCUP v0.7.3

14 May 09:23
4fc9978
Compare
Choose a tag to compare

HiCUP v0.7.3 is a minor update incorporating the changes described below:

-Added hicup2juicer to make HiCUP output compatible with Juicer

-Modification to hicup_deduplicator output so files strictly adhere to SAM/BAM format

-Fixed bug preventing --nofill option from working

-No longer reports Bowtie2 message concerning gzbuffer changes

v0.7.2

15 Jan 14:35
Compare
Choose a tag to compare

HiCUP v0.7.2 is a minor update incorporating the changes described below:

-Fixed bug causing output files to not strictly adhere to SAM/BAM format.