Skip to content

Commit

Permalink
feat: External BED annotation files can now also be used to report an…
Browse files Browse the repository at this point in the history
…y feature overlapped with the SV (even with 1bp overlap) (v3.0.8)

External BED annotation files should be copied in:
- "$ANNOTSV/share/AnnotSV/Annotations_Human/Users/GRCh3*/FtIncludedInSV” directory
or
- "$ANNOTSV/share/AnnotSV/Annotations_Human/Users/GRCh3*/SVincludedInFt" directory
or
- "$ANNOTSV/share/AnnotSV/Annotations_Human/Users/GRCh3*/AnyOverlap" directory
  • Loading branch information
lgmgeo committed Jun 8, 2021
1 parent aee2e86 commit 38b22e9
Show file tree
Hide file tree
Showing 32 changed files with 89 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down Expand Up @@ -37,7 +37,7 @@ TCLVERSION := tcl$(shell echo 'puts $${tcl_version};exit 0' | tclsh)
TCLDIRDISTRIBUTED := share/tcl
TCLDIR := $(SHAREDIR)/$(TCLVERSION)
ANNOTSV := AnnotSV
VERSION := 3.0.7
VERSION := 3.0.8
RM := /bin/rm
RMDIR := /bin/rmdir
MKDIR := install -d
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/AnnotSV
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env tclsh

############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
3 changes: 2 additions & 1 deletion changeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# An integrated tool for Structural Variations annotation #
# #
Expand All @@ -10,6 +10,7 @@

For more details, please see the README file.

- feat: External BED annotation files can now also be used to report any feature overlapped with the SV (even with 1bp overlap)
- feat: (i) Add the scoring points and (ii) remove gene names redundancy in the "AnnotSV_ranking_criteria" output column
- feat: Add bugfix concerning the use of the "candidateGenesFiltering" option
- feat: Include "NA" in the rankFiltering default option (default = "1-5,NA")
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-benignsv.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-clingen.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-config.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-cosmic.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-ddd.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-encodeblacklist.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-exac.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-exomiser.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-extann.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-filteredVCF.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-gap.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-gccontent.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-general.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-genes.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-haploinsufficiency.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-help.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-loeuf-pLI.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-omim.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-pathogenicsnvindel.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-pathogenicsv.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-ranking.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-regulatoryelements.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-repeat.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-segdup.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
2 changes: 1 addition & 1 deletion share/tcl/AnnotSV/AnnotSV-tad.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################################################
# AnnotSV 3.0.7 #
# AnnotSV 3.0.8 #
# #
# AnnotSV: An integrated tool for Structural Variations annotation and ranking #
# #
Expand Down
Loading

0 comments on commit 38b22e9

Please sign in to comment.