Skip to content

Commit

Permalink
Add functions to write ORFs to different file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jan 10, 2024
1 parent 7240c1e commit 6ce48ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@ ATGTGA
ATGTGTCCAACGGCAGCCTGA
>ORF12 id=12 start=695 stop=706 strand=+ frame=2
ATGCAACCCTGA
```
```

This could also be done to writting a `FASTA` file with the nucleotide sequences of the ORFs using the `write_orfs_fna` function. Similarly for the `BED` and `GFF` files using the `write_orfs_bed` and `write_orfs_gff` functions respectively.

0 comments on commit 6ce48ff

Please sign in to comment.