Correcting path to test data

This commit is contained in:
JoseEspinosa 2020-07-14 17:42:03 +02:00
parent b38135ff6b
commit 39b9ca205c

View file

@ -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