Skip to content

Commit

Permalink
Update test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiiwa authored Jan 24, 2022
1 parent ba0854a commit 72e4588
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
Nextflow config file for running minimal tests
========================================================================================
Defines input files and everything required to run a fast and simple pipeline test.
Use as follows:
nextflow run nf-core/nanoseq -profile test,<docker/singularity>
----------------------------------------------------------------------------------------
*/

Expand All @@ -20,16 +18,15 @@ params {
max_time = '6.h'

// Input data to perform both basecalling and demultiplexing
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanoseq/samplesheet_bc_dx.csv'
protocol = 'cDNA'
flowcell = 'FLO-MIN106'
kit = 'SQK-DCS109'
barcode_kit = 'EXP-NBD103'
run_nanolyse = true
skip_quantification = true
skip_fusion_analysis= true
skip_modification_analysis=true

input = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanoseq/samplesheet_bc_dx.csv'
protocol = 'cDNA'
flowcell = 'FLO-MIN106'
kit = 'SQK-DCS109'
barcode_kit = 'EXP-NBD103'
output_demultiplex_fast5 = true
run_nanolyse = true
skip_quantification = true

// This variable is just for reference and isnt actually required for the tests
// Files are downloaded and staged using the "GetTestData" process
input_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanoseq/fast5/barcoded/'
Expand Down

0 comments on commit 72e4588

Please sign in to comment.