Skip to content

Commit

Permalink
Update nf-core schema to use path instead of file-path for nf-validat…
Browse files Browse the repository at this point in the history
…ion (#20)

Updates the nf-core schema to use a path instead of file-path for inputs
in case a user wanted to download a directory.
  • Loading branch information
adamrtalbot committed Jan 29, 2024
1 parent 2ad4214 commit 4a9ef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "string",
"description": "Path to remote file to download and use.",
"help_text": "Path to a remote file to use within the pipeline. This mimics a remote set of files such as reference data that may need to be retrieved prior to analysis. By default this is not specified and the test is not ran, add a remote file using standard Nextflow filenaming to pull a file from your storage (e.g. an S3 bucket or shared storage).",
"format": "file-path"
"format": "path"
},
"outdir": {
"type": "string",
Expand Down

0 comments on commit 4a9ef1b

Please sign in to comment.