View source: R/CheckAgainstReport.R
CheckAgainstReport | R Documentation |
This function is designed to work internally to functions within SynExtend
so it works on relatively simple atomic vectors and has little overhead checking.
CheckAgainstReport(FTP_ADDRESS,
CHECK_ADDRESS,
RETRY = 5L)
FTP_ADDRESS |
Character; the ftp address of an ncbi assembly. |
CHECK_ADDRESS |
Character; the ftp address of an ncbi assembly report. |
RETRY |
Integer; the number of times to retry an assembly download should it not pull correctly. |
On occasion, readDNAStringSet
fails to completely pull assemblies from the ncbi ftp site. It is not clear why, though it is infrequent but replicable at large scale. CheckAgainstReport
checks the captured DNAStringSet
against the reported assembly size and string widths.
A DNAStringSet
.
Nicholas Cooley npc19@pitt.edu
readDNAStringSet
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.