Skip to content

Commit

Permalink
make input existence not mendatory, so building references does not r…
Browse files Browse the repository at this point in the history
…equire one
  • Loading branch information
rannick committed Oct 18, 2023
1 parent 121e9df commit 897a544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
params {

// Input options
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/rnafusion/testdata/human/samplesheet_valid.csv' // a valid samplesheet has to be present for parameter validation when building references
input = "fake_input_to_build_refs.csv"
build_references = false
cosmic_username = null
cosmic_passwd = null
Expand Down
1 change: 0 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"input": {
"type": "string",
"format": "file-path",
"exists": true,
"mimetype": "text/csv",
"pattern": "^\\S+\\.csv$",
"description": "Path to comma-separated file containing information about the samples in the experiment.",
Expand Down

0 comments on commit 897a544

Please sign in to comment.