Package: ace2fastq
Type: Package
Title: ACE File to FASTQ Converter
Version: 0.6.0
Authors@R: person("Reinhard", "Simon", email = "rsimon64@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0002-4608-9077")
                  )
Description: The ACE file format is used in genomics to store contigs from sequencing machines.
  This tools converts it into FASTQ format. Both formats contain the 
  sequence characters and their
  corresponding quality information. Unlike the FASTQ file, the ace file stores the
  quality values numerically.
  The conversion algorithm uses the standard Sanger formula. The package facilitates insertion
  into pipelines, and content inspection.
Imports: stringr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
URL: https://github.com/c5sire/ace2fastq
BugReports: https://github.com/c5sire/ace2fastq/issues
NeedsCompilation: no
Packaged: 2019-06-19 23:38:38 UTC; Reinhard
Author: Reinhard Simon [aut, cre] (<https://orcid.org/0000-0002-4608-9077>)
Maintainer: Reinhard Simon <rsimon64@gmail.com>
Repository: CRAN
Date/Publication: 2019-06-20 14:50:18 UTC
Built: R 4.3.0; ; 2023-04-06 14:39:57 UTC; unix
