Skip to content

Commit

Permalink
Merge pull request #31 from UMCUGenetics/feature/update_flask_tools
Browse files Browse the repository at this point in the history
Update ExonCov commands
  • Loading branch information
rernst authored Jun 11, 2024
2 parents 5ae3239 + f256cac commit 9462d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExonCov/ImportBam.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process ImportBam {
script:
"""
source ${params.exoncov_path}/venv/bin/activate
python ${params.exoncov_path}/ExonCov.py import_bam \
flask --app ${params.exoncov_path}/ExonCov import_bam \
--threads ${task.cpus} \
--overwrite \
--print_sample_id \
Expand Down
2 changes: 1 addition & 1 deletion ExonCov/SampleQC.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ process SampleQC {
def panels = indications.collect{"$it"}.join(" ")
"""
source ${params.exoncov_path}/venv/bin/activate
python ${params.exoncov_path}/ExonCov.py sample_qc \
flask --app ${params.exoncov_path}/ExonCov sample_qc \
-s ${samples} -p ${panels} > ${analysis_id}.ExonCovQC_check.out
"""
}

0 comments on commit 9462d68

Please sign in to comment.