Skip to content

Commit 5a393f9

Browse files
committed
chore: update README documentation
1 parent 1edc4e1 commit 5a393f9

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# tp53
1+
# tp53 & seshat
22

3-
<!-- [![Install with Bioconda](https://img.shields.io/badge/Install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/recipes/seshat/README.html) -->
4-
<!-- [![Anaconda Version](https://anaconda.org/bioconda/seshat/badges/version.svg)](http://bioconda.github.io/recipes/seshat/README.html) -->
3+
[![Install with Bioconda](https://img.shields.io/badge/Install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/recipes/seshat/README.html)
4+
[![Anaconda Version](https://anaconda.org/bioconda/seshat/badges/version.svg)](http://bioconda.github.io/recipes/seshat/README.html)
55
[![Language](https://img.shields.io/badge/language-scala-c22d40.svg)](https://www.scala-lang.org/)
66
[![Java Version](https://img.shields.io/badge/java-11,17,21-c22d40.svg)](https://github.com/AdoptOpenJDK/homebrew-openjdk)
77
[![Python Versions](https://img.shields.io/badge/python-3.11_|_3.12_|_3.13-blue)](https://github.com/clintval/typeline)
@@ -57,6 +57,8 @@ For round-trip Seshat annotation of a VCF file, execute a command like:
5757
15:23:56 INFO SeshatMerge - Successfully annotated variant calls.
5858
```
5959

60+
See [Upload a VCF to Seshat](#upload-a-vcf-to-seshat) and [Download a Seshat Annotation from Gmail](#download-a-seshat-annotation-from-gmail) for pre-requisite setup.
61+
6062
## Upload a VCF to Seshat
6163

6264
Upload a VCF to the Seshat annotation webserver using a headless browser.
@@ -164,7 +166,7 @@ The following rules are used to find annotation files:
164166

165167
###### Gmail Authentication
166168

167-
After installing all Python dependencies, you must create a Google developer's OAuth file.
169+
You must create a Google developer's OAuth file.
168170
First-time 2FA may be required depending on the configuration of your Gmail service.
169171
If 2FA is required, then this script will block until you acknowledge your 2FA prompt.
170172
A 2FA prompt is often delivered through an auto-opening web browser.

python/tp53/seshat/find_in_gmail/__main__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
3939
#### Gmail Authentication
4040
41-
After installing all Python dependencies, you must create a Google developer's
42-
OAuth file. First-time 2FA may be required depending on the configuration of
43-
your Gmail service. If 2FA is required, then this script will block until you
44-
acknowledge your 2FA prompt. A 2FA prompt is often delivered through an
45-
auto-opening web browser.
41+
You must create a Google developer's OAuth file.
42+
First-time 2FA may be required depending on the configuration of your Gmail
43+
service. If 2FA is required, then this script will block until you acknowledge
44+
your 2FA prompt. A 2FA prompt is often delivered through an auto-opening web
45+
browser.
4646
4747
To create a Google developer's OAuth file, navigate to the following URL and
4848
follow the instructions.

0 commit comments

Comments
 (0)