Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jun 30, 2023
1 parent e3eb382 commit 4a8aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ bcftools query -f "%CHROM\t%POS\t%INFO/END\t%ID[\t%GT]\n" somatic.bcf

### Complex structural variant visualization

IGV and [wally](https://github.com/tobiasrausch/wally) support so-called split views to visualize the breakpoints of long-range SVs greater than 10,000kbp.
[IGV](http://software.broadinstitute.org/software/igv/) and [wally](https://github.com/tobiasrausch/wally) support so-called split views to visualize the breakpoints of long-range SVs greater than 10,000kbp.

```bash
bcftools query -f "%CHROM\t%POS\t%INFO/END\t%ID\n" somatic.bcf | awk '$3-$2>10000 {print $1"\t"($2-500)"\t"($2+500)"\t"$4"L\n"$1"\t"($3-500)"\t"($3+500)"\t"$4"R";}' > somatic.bp.bed
Expand Down

0 comments on commit 4a8aa7e

Please sign in to comment.