Skip to content

Commit

Permalink
Fix input of test.config for test-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed May 27, 2024
1 parent 3e8dd46 commit 23cf247
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ params {
max_time = '6.h'

// Input data
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
// TODO nf-core: Give any required params for the test so that command line flags are not needed
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'

// Genome references
genome = 'R64-1-1'
input = "$baseDir/tests/assets/test_samplesheet.csv"
output = "${projectDir}/tests/results"
}

0 comments on commit 23cf247

Please sign in to comment.