View source: R/get_neon_data.R
organizeRawSequenceData | R Documentation |
Moves raw sequence data into the correct subdirectory for the processing pipeline, renames files to include sequencer run ID, and untars sequence data if necessary.
organizeRawSequenceData(
fn,
metadata,
outdir_sequence = NEONMICROBE_DIR_SEQUENCE(),
verbose = TRUE
)
fn |
Character vector of full names (including path) of raw sequence files. Can include tarballs. |
metadata |
The output of |
outdir_sequence |
Default NEONMICROBE_DIR_SEQUENCE(). Directory where raw sequence files can be found before reorganizing. |
verbose |
If TRUE, prints message each time a file is reorganized. |
Character vector of the files (including files within tarballs) that were successfully reorganized. If no files were successfully reorganized, returns no value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.