Skip to content

Commit

Permalink
change default input samplesheet to test one insead of fake file as n…
Browse files Browse the repository at this point in the history
…f-validation now checks file existence
  • Loading branch information
rannick committed Oct 2, 2023
1 parent 91a5927 commit 121e9df
Showing 1 changed file with 1 addition and 1 deletion.
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 = "fake_input_to_build_refs.csv"
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
build_references = false
cosmic_username = null
cosmic_passwd = null
Expand Down

0 comments on commit 121e9df

Please sign in to comment.