frename
Main
Description
Rename reads in .SFF files to avoid name clashes. Apparently, reads with the same name crashes Newbler, and is in any case a bad idea. This ensures uniqueness by appending a serial number to each read name in a set of files.
main :: IO ()
renameSFFs :: [FilePath] -> IO ()