Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_mkfastq
Commits
22d9971c
There was an error fetching the commit references. Please try again later.
Commit
22d9971c
authored
6 years ago
by
Gervaise Henry
🤠
Browse files
Options
Downloads
Patches
Plain Diff
Astrocyte regex for files limit filenames
parent
9fedc031
2 merge requests
!41
Develop
,
!29
Astrocyte regex for files limit filenames
Pipeline
#3699
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
astrocyte_pkg.yml
+2
-2
2 additions, 2 deletions
astrocyte_pkg.yml
with
2 additions
and
2 deletions
astrocyte_pkg.yml
+
2
−
2
View file @
22d9971c
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment