Skip to content

Commit 2bfb9d3

Browse files
committed
adding copy right holders to the DESCRIPTION file
1 parent a429db8 commit 2bfb9d3

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
# testthat
3535
^tests/testthat/Rplots.pdf$
36+
^tests/testthat/.*\.png$
37+
^tests/testthat/.*\.html$
3638

3739
# vignettes/
3840
^vignettes/commbine.sh

DESCRIPTION

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ Type: Package
33
Title: Deconvolute Mixed Genomes with Unknown Proportions
44
Version: 0.4.2
55
Authors@R: c(
6-
person("Joe", "Zhu", role=c("aut", "cre", "cph"), email="joe.zhu@well.ox.ac.uk")
6+
person("Joe", "Zhu", role=c("aut", "cre", "cph"), email="joe.zhu@well.ox.ac.uk"),
7+
person('Jacob', 'Almagro-Garcia', role=c('aut', 'cph')),
8+
person('Gil', 'McVean', role=c('aut', 'cph')),
9+
person('University of Oxford', '', role=c('cph')),
10+
person('Yinghan', 'Liu', role=c('ctb')),
11+
person('CodeCogs', 'Zyba Ltd', role=c('com', "cph")),
12+
person('Deepak', 'Bandyopadhyay', role=c('com', "cph")),
13+
person('Lutz', 'Kettner', role=c('com', "cph"))
714
)
815
Description: Traditional phasing programs are limited to diploid organisms.
916
Our method modifies Li and Stephens algorithm with Markov chain Monte Carlo

src/r_random_generator.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
* dEploid is used for deconvoluting Plasmodium falciparum genome from
33
* mix-infected patient sample.
44
*
5-
* Copyright (C) 2016, Sha (Joe) Zhu, Jacob Almagro and Prof. Gil McVean
5+
* Copyright (C) 2016-2017 University of Oxford
66
*
7-
* This file is part of dEploid.
7+
* Author: Sha (Joe) Zhu
8+
*
9+
* This file is part of DEploid-r.
810
*
911
* dEploid is free software: you can redistribute it and/or modify
1012
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)