Browse code

updated citation

Pierre-Luc Germain authored on 09/09/2020 09:08:49
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: pipeComp
2 2
 Type: Package
3 3
 Title: pipeComp pipeline benchmarking framework
4
-Version: 0.99.59
4
+Version: 0.99.61
5 5
 Depends: R (>= 4.0)
6 6
 Authors@R: c(
7 7
 	person("Pierre-Luc", "Germain", email="[email protected]", role=c("cre","aut"), comment = c(ORCID = "0000-0003-3418-4218")), 
... ...
@@ -5,8 +5,8 @@ bibentry(bibtype = "article",
5 5
 	    person("Mark D.", "Robinson")),
6 6
 	year = 2020,
7 7
 	note = paste("package version", meta$Version),
8
-	url = "https://github.com/plger/pipeComp",
9
-	doi = "10.1101/2020.02.02.930578",
10
-	journal = "bioRxiv"
8
+	doi = "10.1186/s13059-020-02136-7",
9
+	volume = 21,
10
+	journal = "Genome Biology"
11 11
 )
12 12