-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NGSDExportSV adds DISEASE_GROUP to each SV
- Loading branch information
Kilian Ilius
committed
Jan 13, 2025
1 parent
5831b4d
commit a1e2eae
Showing
7 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
##fileformat=BEDPE | ||
##sample_count=(hpHBOCv5, 4) | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES | ||
chr1 5 50 chr1 12000 13000 DEL hpHBOCv5 GT ./. | ||
chr1 5 50 chr1 12000 13000 DEL hpHBOCv5 GT ./. | ||
chr1 1000 1020 chr1 12000 13000 DEL hpHBOCv5 GT ./. | ||
chr1 1000 1020 chr1 12000 13000 DEL hpHBOCv5 GT ./. | ||
chr1 1000 1020 chr1 20000 20000 DEL hpHBOCv5 GT ./. | ||
chr1 1000 1020 chr1 20000 20000 DEL hpHBOCv5 GT ./. | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES DISEASE_GROUP | ||
chr1 5 50 chr1 12000 13000 DEL hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 5 50 chr1 12000 13000 DEL hpHBOCv5 GT ./. Neoplasms | ||
chr1 1000 1020 chr1 12000 13000 DEL hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 1000 1020 chr1 12000 13000 DEL hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 1000 1020 chr1 20000 20000 DEL hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 1000 1020 chr1 20000 20000 DEL hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
##fileformat=BEDPE | ||
##sample_count=(hpHBOCv5, 4) | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES | ||
chr1 100005 100050 chr1 112000 113000 DUP hpHBOCv5 GT ./. | ||
chr1 101000 101020 chr1 112000 113000 DUP hpHBOCv5 GT ./. | ||
chr1 101000 101020 chr1 120000 120000 DUP hpHBOCv5 GT ./. | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES DISEASE_GROUP | ||
chr1 100005 100050 chr1 112000 113000 DUP hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 101000 101020 chr1 112000 113000 DUP hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 101000 101020 chr1 120000 120000 DUP hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
##fileformat=BEDPE | ||
##sample_count=(hpHBOCv5, 4) | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES | ||
chr1 15482205 15482455 chr1 15482205 15482205 INS hpHBOCv5 GT ./. | ||
chr1 15482205 15482455 chr1 15482205 15482205 INS hpHBOCv5 GT ./. | ||
chr1 16482455 16482515 chr1 16482455 16482455 INS hpHBOCv5 GT ./. | ||
chr1 16482455 16482515 chr1 16482455 16482455 INS hpHBOCv5 GT ./. | ||
chr1 17482432 17482509 chr1 17482432 17482432 INS hpHBOCv5 GT ./. | ||
chr1 17482432 17482509 chr1 17482432 17482432 INS hpHBOCv5 GT ./. | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES DISEASE_GROUP | ||
chr1 15482205 15482455 chr1 15482205 15482205 INS hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 15482205 15482455 chr1 15482205 15482205 INS hpHBOCv5 GT ./. Diseases of the immune system | ||
chr1 16482455 16482515 chr1 16482455 16482455 INS hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 16482455 16482515 chr1 16482455 16482455 INS hpHBOCv5 GT ./. Diseases of the immune system | ||
chr1 17482432 17482509 chr1 17482432 17482432 INS hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 17482432 17482509 chr1 17482432 17482432 INS hpHBOCv5 GT ./. Diseases of the immune system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
##fileformat=BEDPE | ||
##sample_count=(hpHBOCv5, 4) | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES | ||
chr1 9100005 9100050 chr1 9112000 9113000 INV hpHBOCv5 GT ./. | ||
chr1 9100005 9100050 chr1 9112000 9113000 INV hpHBOCv5 GT ./. | ||
chr1 9101000 9101020 chr1 9112000 9113000 INV hpHBOCv5 GT ./. | ||
chr1 9101000 9101020 chr1 9112000 9113000 INV hpHBOCv5 GT ./. | ||
chr1 9101000 9101020 chr1 9120000 9120000 INV hpHBOCv5 GT ./. | ||
chr1 9101000 9101020 chr1 9120000 9120000 INV hpHBOCv5 GT ./. | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES DISEASE_GROUP | ||
chr1 9100005 9100050 chr1 9112000 9113000 INV hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 9100005 9100050 chr1 9112000 9113000 INV hpHBOCv5 GT ./. Neoplasms | ||
chr1 9101000 9101020 chr1 9112000 9113000 INV hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 9101000 9101020 chr1 9112000 9113000 INV hpHBOCv5 GT ./. Neoplasms | ||
chr1 9101000 9101020 chr1 9120000 9120000 INV hpHBOCv5 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 9101000 9101020 chr1 9120000 9120000 INV hpHBOCv5 GT ./. Neoplasms |
14 changes: 7 additions & 7 deletions
14
src/tools-TEST/data_out/NGSDExportSV/sv_translocation.bedpe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
##fileformat=BEDPE | ||
##sample_count=(hpHBOCv5, 4) | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES | ||
chr1 9100005 9100050 chr5 4112000 4113000 BND hpHBOCv5 3 GT ./. | ||
chr5 4112000 4113000 chr1 9100005 9100050 BND hpHBOCv5 3 GT ./. | ||
chr1 9101000 9101020 chr5 4112000 4113000 BND hpHBOCv5 1 GT ./. | ||
chr5 4112000 4113000 chr1 9101000 9101020 BND hpHBOCv5 1 GT ./. | ||
chr1 9101000 9101020 chr5 4120000 4120000 BND hpHBOCv5 2 GT ./. | ||
chr5 4120000 4120000 chr1 9101000 9101020 BND hpHBOCv5 2 GT ./. | ||
#CHROM_A START_A END_A CHROM_B START_B END_B TYPE PROCESSING_SYSTEM ID FORMAT FORMAT_VALUES DISEASE_GROUP | ||
chr1 9100005 9100050 chr5 4112000 4113000 BND hpHBOCv5 3 GT ./. Diseases of the blood or blood-forming organs | ||
chr5 4112000 4113000 chr1 9100005 9100050 BND hpHBOCv5 3 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 9101000 9101020 chr5 4112000 4113000 BND hpHBOCv5 1 GT ./. Diseases of the blood or blood-forming organs | ||
chr5 4112000 4113000 chr1 9101000 9101020 BND hpHBOCv5 1 GT ./. Diseases of the blood or blood-forming organs | ||
chr1 9101000 9101020 chr5 4120000 4120000 BND hpHBOCv5 2 GT ./. Diseases of the blood or blood-forming organs | ||
chr5 4120000 4120000 chr1 9101000 9101020 BND hpHBOCv5 2 GT ./. Diseases of the blood or blood-forming organs |