thiagomaf / CSCpromoters

The goal of CSCpromoters is to extract, export and plot sequences of promoter regions from the genome fasta files.
MIT License
3 stars 1 forks source link

Deal with common functions #2

Closed thiagomaf closed 1 year ago

thiagomaf commented 1 year ago

A few functions such as CSCprimers::load_fasta() or CSCprimers::get_fasta_annotation() are utility functions that will be necessary in CSCpromoters.

Ideally we would move such common functions to a new library rather than duplicating them.

We must decide whether to deal with that now or at the end of the work. As I see, the best solution would be to create a new library to host such functions (e.g. a new CSCfasta library).

thiagomaf commented 1 year ago

List of functions to deal with

thiagomaf commented 1 year ago

I will create a new CSCfasta library to keep all FASTA related functions. Ok?