From 02330625b8ddf0420d8be5dd04f7dbfeadc651a1 Mon Sep 17 00:00:00 2001 From: Faisal Alquaddoomi Date: Tue, 28 May 2024 09:08:43 -0600 Subject: [PATCH] Added notes about the fork and what differs from the original --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b8e6108..f217098 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ (**GT**ha**C**k) Code to hack through, manipulate, and extract information from GTC files +This repo is a fork of tbrunetti's [GThaCK](https://github.com/tbrunetti/GThaCk) with a few significant changes, +including: +- the tool is now bundled as a Python package +- changes were made to support recent developments in +https://github.com/Illumina/BeadArrayFiles, which now allows us to include that +package as a dependency rather than bundling it with this package + + ## Table of Contents --------------------- 1. [Introduction and Overview](#introduction-and-overview)