Skip to content
Snippets Groups Projects
Commit cb91b543 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix asrocyte regex for extension filtering

parent f94e17ad
2 merge requests!53Develop,!39Fix asrocyte regex for extension filtering
Pipeline #3715 passed with stages
in 28 minutes and 44 seconds
......@@ -84,13 +84,13 @@ workflow_parameters:
required: true
description: |
Pairs (read1 and read2) of fastq.gz files from a sequencing of 10x single-cell expereiment. Index fastq not required.
regex: ".*fastq.gz"
regex: ".*\\.fastq.gz"
min: 2
- id: designFile
type: file
required: true
regex: ".*csv"
regex: ".*\\.csv"
description: |
A design file listing sample, corresponding read1 filename, corresponding read2 filename. There can be multiple rows with the same sample name, if there are multiple fastq's for that sample.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment