Skip to content

Commit

Permalink
tests: add required machine col to test units file
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc committed Sep 11, 2024
1 parent 6dd0b3b commit 2089cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tests/integration/units.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sample platform barcode type flowcell lane fastq1 fastq2 adapter
HD832.HES45 Illumina AAAA+CCCC T 1 L001 fastq/HD827sonic_testing1_R1.fastq.gz fastq/HD827sonic_testing1_R2.fastq.gz ACGT
HD832.HES45 Illumina AAAA+TTTT R 1 L001 fastq/HD827sonic_testing2_R1.fastq.gz fastq/HD827sonic_testing2_R2.fastq.gz ACGT
sample platform barcode type machine flowcell lane fastq1 fastq2 adapter
HD832.HES45 Illumina AAAA+CCCC T NDX550220 1 L001 fastq/HD827sonic_testing1_R1.fastq.gz fastq/HD827sonic_testing1_R2.fastq.gz ACGT
HD832.HES45 Illumina AAAA+TTTT R NDX550220 1 L001 fastq/HD827sonic_testing2_R1.fastq.gz fastq/HD827sonic_testing2_R2.fastq.gz ACGT
1 change: 1 addition & 0 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ validate(units, schema="../schemas/units.schema.yaml")

### Set wildcard constraints


wildcard_constraints:
sample="|".join(samples.index),
unit="N|T|R",
Expand Down

0 comments on commit 2089cf3

Please sign in to comment.