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

Merge branch '16-astrocyte.input.regex.path' into 'develop'

Astrocyte regex for files limit filenames

Closes #16

See merge request !29
parents 9fedc031 22d9971c
Branches
Tags
2 merge requests!41Develop,!29Astrocyte regex for files limit filenames
Pipeline #3700 passed with stages
in 2 minutes and 38 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