mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Correcting path to test data
This commit is contained in:
parent
b38135ff6b
commit
39b9ca205c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ include check_output from '../../../../tests/functions/check_process_outputs.nf
|
|||
include BEDTOOLS_MERGE from '../main.nf' params(params)
|
||||
|
||||
// Define input channels
|
||||
ch_input = Channel.fromPath('../../test_data_set/A.bed')
|
||||
ch_input = Channel.fromPath('./input_data/A.bed')
|
||||
//ch_input = Channel.fromPath('./input_data/JK2067_downsampled_s0.1.bam')
|
||||
|
||||
// Run the workflow
|
||||
|
|
Loading…
Reference in a new issue