├── LICENSE ├── README.md ├── resources └── sample_wgcca_input.tsv.gz └── src ├── wgcca.py └── wgccaTest.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abenton/wgcca/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abenton/wgcca/HEAD/README.md -------------------------------------------------------------------------------- /resources/sample_wgcca_input.tsv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abenton/wgcca/HEAD/resources/sample_wgcca_input.tsv.gz -------------------------------------------------------------------------------- /src/wgcca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abenton/wgcca/HEAD/src/wgcca.py -------------------------------------------------------------------------------- /src/wgccaTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abenton/wgcca/HEAD/src/wgccaTest.py --------------------------------------------------------------------------------