Skip to content

Commit

Permalink
Merge pull request #34 from UMCUGenetics/hotfix/v2.1.2
Browse files Browse the repository at this point in the history
Hotfix/v2.1.2 to dev
  • Loading branch information
rernst authored Jun 18, 2024
2 parents af7164b + 5c5bb01 commit ca633e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExonCov/SampleQC.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ process SampleQC {
path("${analysis_id}.ExonCovQC_check.out")

script:
def samples = sample_ids.collect{"$it"}.join(" ")
def panels = indications.collect{"$it"}.join(" ")
def samples = sample_ids.collect{"$it"}.join(" -s ")
def panels = indications.collect{"$it"}.join(" -p ")
"""
source ${params.exoncov_path}/venv/bin/activate
flask --app ${params.exoncov_path}/ExonCov sample_qc \
Expand Down

0 comments on commit ca633e4

Please sign in to comment.