diff --git a/README.md b/README.md index ad2696b..6c4e9e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +
+
+

+ banner +

+
+
+ # ORFFinder ORFFinder in Python. Inspired by NCBI's version: https://www.ncbi.nlm.nih.gov/orffinder/ @@ -58,3 +66,6 @@ stop_codons: recognised 3-base pair condons for termination. Default: ["TAA", "T remove_nested: remove all ORFs completely encased in another. Default: False trim_trailing: remove ORFs are the edge of the sequence that do not have a defined stop codon. Default: False ``` + +### Dependencies +Biopython (https://biopython.org/) diff --git a/images/ORFFinder.png b/images/ORFFinder.png new file mode 100644 index 0000000..82779bd Binary files /dev/null and b/images/ORFFinder.png differ