Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biofcallejas committed Feb 15, 2023
1 parent 68aed3a commit 1adbd71
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,32 @@ samtools index file.bam

###### 2. Running the main script

*In process ...*
_
```
python tacos_v2.py -h
usage: tacos_v2.py [-h] -f INPUT -sj SJ_STAR -b BAM_F -o OUTPUT -5m MOTIF5P -3m MOTIF3P
Trichomonad assembler for complex splicing
---------------------
Tested on python 3.8.12
optional arguments:
-h, --help show this help message and exit
Mandatory arguments:
-f INPUT, --input INPUT, Input fasta file (Genome reference)
-sj SJ_STAR, --input_sj SJ_STAR, SJ.out.tab from STAR mapping
-b BAM_F, --input_bam BAM_F, BAM file from STAR mapping
-o OUTPUT, --output OUTPUT, Prefix: Prefix for output files
-5m MOTIF5P, --5p-motif MOTIF5P, String: Splicing motif at 5p (upper case nucleotides only, no spaces)
-3m MOTIF3P, --3p-motif MOTIF3P, String: Splicing motif at 3p (upper case nucleotides only, no spaces)
```

###### 3. Transcript assembly

*In process ...*
Expand Down

0 comments on commit 1adbd71

Please sign in to comment.