Skip to content
Snippets Groups Projects
Commit a7ed4ef1 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix tar.gz

parent 4fc3530e
No related merge requests found
......@@ -82,7 +82,7 @@ workflow_parameters:
required: true
description: |
One or more input Tarball BCL files from a sequencing of 10x single-cell expereiment .
regex: ".*tar"
regex: ".*tar.gz"
min: 1
- id: designFile
......
......@@ -4,7 +4,7 @@
// Note - $baseDir is the location of this workflow file main.nf
// Define Input variables
params.bcl = "$baseDir/../test_data/*.tar"
params.bcl = "$baseDir/../test_data/*.tar.gz"
params.designFile = "$baseDir/../test_data/design.csv"
......
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