genomic-medicine-sweden / gms-artic

A nextflow pipeline with a GMS touch for running the ARTIC network's fieldbioinformatics tools (https://github.com/artic-network/fieldbioinformatics).
GNU Affero General Public License v3.0
9 stars 6 forks source link

Skip control samples for uploads #23

Open pbiology opened 2 years ago

pbiology commented 2 years ago

What needs to be done: When uploading samples to GISAID/GENSAM, could there be a check to avoid control samples. We do have controls in each sequencing run which are nice to analyse to see if there are contamination, but they should not go to GISAID/GENSAM.

Suggestions on how to get it done: Could there be a part of the config file where we specify a regexp on what a control sample looks like. And then it skips these.

What are the arguments for getting it done: To avoid getting controls uploaded to GISAID/GENSAM

Task is considered finished when: