Skip to content

Commit

Permalink
Merge pull request #28 from UMCUGenetics/release/v2.0.3
Browse files Browse the repository at this point in the history
Release/v2.0.3
  • Loading branch information
rernst authored Jun 11, 2024
2 parents 2314388 + ccdd0c5 commit 0c19e4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WGS.nf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ process ExonCov {
script:
"""
source ${params.exoncov_path}/venv/bin/activate
python ${params.exoncov_path}/ExonCov.py import_bam --threads ${task.cpus} --overwrite --exon_bed ${params.dxtracks_path}/${params.exoncov_bed} ${analysis_id} WGS ${bam_file}
flask --app ${params.exoncov_path}/ExonCov import_bam \
--threads ${task.cpus} \
--overwrite \
--exon_bed ${params.dxtracks_path}/${params.exoncov_bed} \
${analysis_id} WGS ${bam_file}
"""
}

Expand Down

0 comments on commit 0c19e4f

Please sign in to comment.