Skip to content
Snippets Groups Projects
Verified Commit 189c84a3 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix include path in danpos and ucsc

parent bdf483a0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ container_url = "biocontainers/danpos:${version}"
include {
bigwig2_to_wig2
} from "./nf_modules/ucsc/main.nf"
} from "./../ucsc/main.nf"
params.dpos = "--smooth_width 0 -n N "
params.dpos_out = ""
......
......@@ -3,7 +3,7 @@ container_url = "lbmc/ucsc:${version}"
include {
index_fasta
} from './nf_modules/samtools/main'
} from './../samtools/main'
params.bedgraph_to_bigwig = ""
params.bedgraph_to_bigwig_out = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment