Skip to content

Commit

Permalink
Update default cryptic image for myco raw
Browse files Browse the repository at this point in the history
  • Loading branch information
aofarrel committed Aug 23, 2024
1 parent 72ef6f8 commit 02e56ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myco_raw.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ workflow myco {
scatter(paired_fastqs in paired_fastq_sets) {
call clckwrk_combonation.clean_and_decontam_and_check as decontam_each_sample {
input:
docker_image = if decontam_use_CDC_varpipe_ref then "ashedpotatoes/clockwork-plus:v0.11.3.11-CDC" else "ashedpotatoes/clockwork-plus:v0.11.3.11-CRyPTIC",
docker_image = if decontam_use_CDC_varpipe_ref then "ashedpotatoes/clockwork-plus:v0.11.3.11-CDC" else "ashedpotatoes/clockwork-plus:v0.12.5.1-CRyPTIC",
unsorted_sam = true,
force_rename_out = output_sample_name,
reads_files = paired_fastqs,
Expand Down

0 comments on commit 02e56ff

Please sign in to comment.