Skip to content

Commit

Permalink
Updating getGenomaAttribute to use nextclade v3pl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Nov 6, 2024
1 parent b88cdcf commit 406eb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ params.gff = getGenomeAttribute('gff')
params.bowtie2_index = getGenomeAttribute('bowtie2')
params.primer_bed = getGenomeAttribute('primer_bed', primer_set, primer_set_version)

params.nextclade_dataset = getGenomeAttribute('nextclade_dataset')
params.nextclade_dataset = getGenomeAttribute('nextclade_dataset_v3pl')
params.nextclade_dataset_name = getGenomeAttribute('nextclade_dataset_name')
params.nextclade_dataset_tag = getGenomeAttribute('nextclade_dataset_tag')
params.nextclade_dataset_tag = getGenomeAttribute('nextclade_dataset_tag_v3pl')


/*
Expand Down

0 comments on commit 406eb40

Please sign in to comment.