reformatFragmentFiles.Rd
This function provides help in reformatting Fragment Files for reading in createArrowFiles. It will handle weird anomalies found that cause errors in reading tabix bgzip'd fragment files.
reformatFragmentFiles(
fragmentFiles = NULL,
checkChrPrefix = getArchRChrPrefix()
)
A character vector the paths to fragment files to be reformatted
A boolean value that determines whether seqnames should be checked to contain
"chr". IF set to TRUE
, any seqnames that do not contain "chr" will be removed from the fragment files.