When processing multiplexed files, the following temporary files are created in <TMP_DIR>/ (where <FASTQ_FILE_NAME_PREFIX> is the name of a multiplexed file (without path or extension) defined in multiplex_fq_files):
Refactor multiplexing to instead create a <TMP_DIR>/<FASTQ_FILE_NAME_PREFIX> directory, with files with less verbose names, and more consistent with sample-specific temporary files:
When processing multiplexed files, the following temporary files are created in
<TMP_DIR>/
(where<FASTQ_FILE_NAME_PREFIX>
is the name of a multiplexed file (without path or extension) defined inmultiplex_fq_files
):Refactor multiplexing to instead create a
<TMP_DIR>/<FASTQ_FILE_NAME_PREFIX>
directory, with files with less verbose names, and more consistent with sample-specific temporary files: