Skip to content

Commit

Permalink
Merge pull request #118 from drpatelh/schema
Browse files Browse the repository at this point in the history
Add mimetype to input parameter in schema
  • Loading branch information
apeltzer committed Jun 24, 2022
2 parents da21a8d + e03d606 commit 11ad726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextflow_schema.json
Expand Up @@ -14,6 +14,7 @@
"properties": {
"input": {
"type": "string",
"mimetype": "text/csv",
"fa_icon": "fas fa-dna",
"description": "Input FastQ files",
"help_text": "Use this to specify the location of your input FastQ files. For example:\n\n```bash\n--input 'path/to/data/sample_*_{1,2}.fastq'\n```\n\nPlease note the following requirements:\n\n1. The path must be enclosed in quotes\n2. The path must have at least one `*` wildcard character\n3. When using the pipeline with paired end data, the path must use `{1,2}` notation to specify read pairs.\n\nIf left unspecified, a default pattern is used: `data/*{1,2}.fastq.gz`"
Expand Down

0 comments on commit 11ad726

Please sign in to comment.