Fixed basic parsing of FASTA files (#25)

This commit is contained in:
Waldir Leoncio 2023-09-11 12:15:30 +02:00
parent a88f31b3a5
commit 76828387a3
8 changed files with 80 additions and 78 deletions

View file

@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand
export(greedyMix)
export(handleData)
export(load_fasta)
importFrom(R6,R6Class)
importFrom(Rsamtools,scanBam)