Skip to content

Releases: soccin/Goliath

v1.0.5

27 Nov 20:51
a94a421
Compare
Choose a tag to compare

fixed a bug, on load_argos.R

v1.0.4

22 Jul 14:29
5165842
Compare
Choose a tag to compare

Fix issue #36

v1.0.3 - Balto

25 May 23:44
2d2327b
Compare
Choose a tag to compare

Fix of issue #27

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Balto

16 May 18:19
defb0b8
Compare
Choose a tag to compare

OncoKb symbols now correct

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 May 02:32
e71a216
Compare
Choose a tag to compare

Argos Report Version 1

What's Changed

Full Changelog: v0.9.9...v1.0.1

v0.9.8

28 Apr 22:51
Compare
Choose a tag to compare

Release Candidate 1

Full Changelog: v0.9.7...v0.9.8

v0.9.6

13 Mar 16:45
Compare
Choose a tag to compare

Added README.md with some basic usage and documentation.

Full Changelog: v0.9.5...v0.9.6

v0.9.5

13 Mar 03:35
Compare
Choose a tag to compare

Added report table with version and input info. Added ExAC filter for unmatched samples. Use MAF to get sample pairing info.

Full Changelog: v0.9.1...v0.9.5

v0.9.1

09 Mar 03:15
a69a647
Compare
Choose a tag to compare

Accepted pull request and refactored the load_data code to now be a function that is called rather than R-code that sets global variables. To load the tables now do:

source("load_data.R")
dat=load_data(params$argosDir,params$sampleID)

and now the tables are bundled in a list returned by the function. The list contains:

list(
        summaryTbl=summaryTbl,
        tbl01=tbl01,
        mafTbl=mafTbl,
        cnvTbl=cnvTbl,
        cnvTblFull=cnvTblFull,
        fusionTbl=fusionTbl
    )

Also have added the fusion table and the summary table is no longer dummy text but has actual values.

What's Changed

New Contributors

  • @svural made their first contribution in #1

Full Changelog: v0.1.1...v0.9.1

v0.1.1 - Genesis

16 Feb 19:04
Compare
Choose a tag to compare

Refactored to minimal load_data script

Full Changelog: https://github.com/soccin/Goliath/commits/v0.1.1