Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Feb 20, 2023
1 parent ef4f79a commit c19da8e
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,23 @@ frame: 3 2 1 2 1
```bash

# install the script:

git clone https://github.com/jonas-fuchs/viral_orf_finder
cd viral_orf_finder

# run the script:

python3 orf_finder.py infile.fasta > outfile.tabular

# optional arguments:
-r/--reference
# reference genebank file
-m/--min-length
# min length of the orfs to find
-i/--internal
# True/False if script should search for internal orfs
-c/--circular
# True/False if script should search for circular orfs
-p/--partial
# True/False if script should search for partial orfs with no START and/or STOP
-n/--no-overlap
# True/False if script should consider only orfs that do not overlap
-s/--strands
# + and/or - (+ = positive strand, - = negative strand)

-r/--reference # reference genebank file
-m/--min-length # min length of the orfs to find
-i/--internal # True/False if script should search for internal orfs
-c/--circular # True/False if script should search for circular orfs
-p/--partial # True/False if script should search for partial orfs with no START and/or STOP
-n/--no-overlap # True/False if script should consider only orfs that do not overlap
-s/--strands # + and/or - (+ = positive strand, - = negative strand)
```

### Side note:
Expand Down

0 comments on commit c19da8e

Please sign in to comment.