Skip to content

Commit

Permalink
getGenomeAttribute bwa
Browse files Browse the repository at this point in the history
  • Loading branch information
daisymut committed Jan 10, 2025
1 parent 866414e commit 95292e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ include { getGenomeAttribute } from './subworkflows/local/utils_nfcore_samm

// This is an example of how to use getGenomeAttribute() to fetch parameters
// from igenomes.config using `--genome`
params.fasta = getGenomeAttribute('fasta')
params.fasta = getGenomeAttribute('fasta')
params.bwa = getGenomeAttribute('bwa')
// params.blacklist = getGenomeAttribute('blacklist')

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 95292e5

Please sign in to comment.