diff --git a/README.md b/README.md index 32ef846a73038342d740b639be6e094abc1a77bb..8b6133fe7a9e10903d05dda89bb1cb44ccbf0ce6 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,24 @@ c. It needs to take into account the probability (weight/relative frequency) of d. Append via e.g. str.join(), str.ljust() e. Output the final transcript sequences as a .fasta file. (Final Output) -## Usage/Examples -```python script +## Installation +TBA + +## Usage/Examples + +```python script + 'transcript_sequence_extractor' + '--input_fasta_file' + 'genome fasta file' + '--input_gtf' + 'gtf file' + '--output_file_name' + 'output fasta file' ``` + ## License