Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
tillenglert committed Apr 23, 2024
1 parent d05bfb2 commit 20ecf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipeline/test_taxa_specific_assembly.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ nextflow_pipeline {
when {
params {
outdir = "$outputDir"
ncbi_email = "\\\$NCBI_EMAIL"
ncbi_key = '\\\$NCBI_KEY'
ncbi_email = "\${NCBI_EMAIL}"
ncbi_key = '\${NCBI_KEY}'
}
}

Expand Down

0 comments on commit 20ecf1d

Please sign in to comment.