BCCDC-PHL / auto-cpo

Automation of Genomic Analyses for Carbapenemase-Producing Organisms (CPOs)
GNU General Public License v3.0
0 stars 0 forks source link

Write outputs to `short` or `hybrid` sub-directories, depending on analysis mode. #18

Closed dfornika closed 1 month ago

dfornika commented 1 month ago

Outputs are currently being written directly under a directory named using the sequencing run ID, under the analysis_output_dir specified in the config. But we've been collecting outputs under sub-directories named short or hybrid depending on the type of analysis that was run.

This tool should automatically determine which type of analysis to run based on the type of sequencing run ID (illumina or nanopore), and deposit outputs under a sub-directory named short or hybrid as appropriate.