Skip to content

Commit 86ef568

Browse files
committed
chore: formatting in README
1 parent e2b2bc2 commit 86ef568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ The tool works by building a headless Chrome browser instance and then interacti
3333
Unfortunately, Seshat does not provide a native programmatic API and one could not be reverse engineered.
3434
Seshat also utilizes custom JavaScript in their form processing, so a lightweight approach of simply interacting with the HTML form elements was also not possible.
3535

36-
##### VCF Input Requirements
36+
###### VCF Input Requirements
3737

3838
Seshat will not let the user know why a VCF fails to annotate, but it has been observed that Seshat can fail to parse some of VarDictJava's structural variants (SVs) as valid variant records.
3939
One solution that has worked in the past is to remove SVs.
4040
The following command will exclude all variants with a non-empty SVTYPE INFO key:
4141

4242
bcftools view in.vcf --exclude 'SVTYPE!="."' > out.noSV.vcf
4343

44-
##### Automation
44+
###### Automation
4545

4646
There are no terms and conditions posted on the Seshat annotation server's website, and there is no server-side `robots.txt` rule set.
4747
In lieu of usage terms, we strongly encourage all users of this script to respect the Seshat resource by adhering to the following best practice:
@@ -51,7 +51,7 @@ In lieu of usage terms, we strongly encourage all users of this script to respec
5151

5252
If you need to batch process dozens, or hundreds, of VCF callsets, you may consider improving this underlying Python script to randomize the user agent and IP address of your headless browser session to prevent from being labelled as a bot.
5353

54-
##### Environment Setup
54+
###### Environment Setup
5555

5656
This script relies on Google Chrome:
5757

@@ -63,7 +63,7 @@ Distributions of MacOS may require you to authenticate the Chrome driver:
6363

6464
- https://stackoverflow.com/a/60362134
6565

66-
##### References
66+
###### References
6767

6868
> Soussi, Thierry, et al. “Recommendations for Analyzing and Reporting TP53
6969
> Gene Variants in the High-Throughput Sequencing Era.” Human Mutation,

0 commit comments

Comments
 (0)