connor-lab / ncov2019-artic-nf

A Nextflow pipeline for running the ARTIC network's fieldbioinformatics tools (https://github.com/artic-network/fieldbioinformatics), with a focus on ncov2019
GNU Affero General Public License v3.0
88 stars 89 forks source link

Sample names inherit part of illumina's nomenclature for index and lane #87

Open MattBashton opened 3 years ago

MattBashton commented 3 years ago

We have fastq files which look like COG-ID_S106_L001_R1_001.fastq.gz coming off our illumina hardware, however the pipeline will take the index part S\d+ and lane L\d+ end up appended to the COG-ID in final output, would be nice to remove these so input filename renaming is not required.