Skip to content

Commit

Permalink
Update wf_theiacov_illumina_pe.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-HNH0303 committed Apr 30, 2024
1 parent e828e51 commit 18652c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/theiacov/wf_theiacov_illumina_pe.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ workflow theiacov_illumina_pe {
docker = nextclade_docker_image,
genome_fasta = select_first([ivar_consensus.assembly_fasta, irma.seg_ha_assembly]),
dataset_name = select_first([abricate_flu.nextclade_name_ha, nextclade_dataset_name, organism]),
dataset_reference = select_first([abricate_flu.nextclade_ref_ha, nextclade_dataset_reference]),
#dataset_reference = select_first([abricate_flu.nextclade_ref_ha, nextclade_dataset_reference]),
dataset_tag = select_first([abricate_flu.nextclade_ds_tag_ha, nextclade_dataset_tag])
}
call nextclade_task.nextclade_output_parser {
Expand All @@ -198,7 +198,7 @@ workflow theiacov_illumina_pe {
docker = nextclade_docker_image,
genome_fasta = select_first([irma.seg_na_assembly]),
dataset_name = select_first([abricate_flu.nextclade_name_na, nextclade_dataset_name, organism]),
dataset_reference = select_first([abricate_flu.nextclade_ref_na, nextclade_dataset_reference]),
#dataset_reference = select_first([abricate_flu.nextclade_ref_na, nextclade_dataset_reference]),
dataset_tag = select_first([abricate_flu.nextclade_ds_tag_na, nextclade_dataset_tag])
}
call nextclade_task.nextclade_output_parser as nextclade_output_parser_flu_na {
Expand Down

0 comments on commit 18652c7

Please sign in to comment.