Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dewyman/TALON
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Elizabeth Wyman committed Aug 21, 2019
2 parents 7f8c044 + a77d974 commit 5194656
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 @@ -16,7 +16,7 @@ To install TALON, simply download the files using Github's "Download ZIP" button
## Initializing a TALON database
The first step in using TALON is to initialize a SQLite database from the GTF annotation of your choice (i.e. GENCODE). This step is done using initialize_talon_database.py, and only needs to be performed once. Keep track of the build and annotation names you choose, as these will be used downstream when running TALON and its utilities.

NOTE: The GTF file you use must contain genes, transcripts, and exons. If the file does not contain explicit gene entries, key tables of the database will be empty and you will experience problems in the downstream analysis.
NOTE: The GTF file you use must contain genes, transcripts, and exons. If the file does not contain explicit gene and/or transcript entries, key tables of the database will be empty and you will experience problems in the downstream analysis. We have included a script, reformat_gtf.py, that can convert this type of GTF into the proper format.

```
python initialize_talon_database.py --h
Expand Down

0 comments on commit 5194656

Please sign in to comment.