Skip to content
Snippets Groups Projects
Commit 22d9971c authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Astrocyte regex for files limit filenames

parent 9fedc031
2 merge requests!41Develop,!29Astrocyte regex for files limit filenames
Pipeline #3699 passed with stages
in 2 minutes and 33 seconds
......@@ -85,13 +85,13 @@ workflow_parameters:
required: true
description: |
One or more input tarball (+/- gunzip) basecall files (bcl) from a sequencing of 10x single-cell expereiment (can be .tar or .tar.gz).
regex: ".*tar*"
regex: ".*\\.tar*"
min: 1
- id: designFile
type: file
required: true
regex: ".*csv"
regex: ".*\\.csv"
description: |
A design file listing lane, sample, corresponding index.
......
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