forked from uclahs-cds/package-bedr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
executable file
·61 lines (42 loc) · 1.72 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# bedr 1.1.2
==========================
- Add LICENSE.md to repository
- Update DESCRIPTION to include URL and BugReports links
# bedr 1.1.1
==========================
- Update CI/CD action
- Remove unnecessary package manual file
# bedr 1.1.0
==========================
- add vcf2bedpe module to convert structural variant calls obtained from Manta, GRIDSS and Delly v0.7.8
# bedr 1.0.7
==========================
- forced vcf2bed not to print genomic coordinates in R scientific notation for
interoperability with other processors
# bedr 1.0.6
==========================
- updated support for tabix version >1.1. tabix deprecated option -B is now replaced with -R <regions file>
# bedr 1.0.5
==========================
- fixed incorrect ordering of chromosome table returned by get.chr.length() - [rolled back]
# bedr 1.0.4
==========================
- Added rmarkdown in Suggests section
- Parameterised test.region.similarity() with gaps.file and repeats.file to support custom files
- Fixed bug when bedtools 'coverage' output is post-processed in bedr
- Fixed is.valid.seq() to comply with inputs and outputs as described in docs
- Exposed utility function bed2index() via NAMESPACE to support its direct usage
# bedr 1.0.3
==========================
- Standardised function name; renamed snm() to bedr.snm.region()
- Listed SystemRequirements to the package metadata
- Added support for Human hg38 genome assembly
# bedr 1.0.2
==========================
- Fixed compatibility with data.table >= v1.9.6 for data.table::fread() call
# bedr 1.0.1
==========================
- Fixed sort --version command as Solaris does not support --version which is GNU specific
# bedr 1.0.0
==========================
- Added bedr's first release