Skip to content

Commit

Permalink
update description and news
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 23, 2024
1 parent f844d9a commit 271aa2b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DEploid
Type: Package
Title: Deconvolute Mixed Genomes with Unknown Proportions
Version: 0.5.6
Version: 0.5.6.9000
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7566-2787")),
Expand Down
19 changes: 13 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
# DEploid_0.5.6
# DEploid v0.5.6.9000

## Major changes

- Use submodules to manage code.


# DEploid v0.5.6

## Major changes

- Deprecate `extractVCF` function, changing deploid cpp code, use the latest vcf

# DEploid_0.5.5
# DEploid v0.5.5

## Major changes

- Use DEploid.utils as dependency

# DEploid_0.5.4
# DEploid v0.5.4

## Bug fix

- Fix GCC11 issue complain from CRAN

# DEploid_0.4.4
# DEploid v0.4.4
## Major changes
- None

Expand All @@ -27,7 +34,7 @@
- Include outliers in plotAltVsRefPlotly, plotHistWSAFPlotly, plotWSAFVsPLAFPlotly and plotObsExpWSAFPlotly


# DEploid_0.4.3 (DEploid_0.4.2)
# DEploid v0.4.3 (DEploid v0.4.2)
## Major changes
- None

Expand All @@ -39,7 +46,7 @@
- Use `plotly` for generating new figures, including plotAltVsRefPlotly, plotHistWSAFPlotly, plotWSAFVsPLAFPlotly and plotObsExpWSAFPlotly


# DEploid_0.4.1
# DEploid v0.4.1
## Major changes
- Implemented IBD method to infer the proportions first.
- Updated DEploid C++ code to the most updated version.
Expand Down
Empty file modified R/RcppExports.R
100644 → 100755
Empty file.
Empty file modified src/RcppExports.cpp
100644 → 100755
Empty file.

0 comments on commit 271aa2b

Please sign in to comment.