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 6e8860a commit d05bfb2
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 = '\\\$ "\u007B" NCBI_EMAIL "\u007D"'
ncbi_key = '\\\$ "\u007B" NCBI_KEY "\u007D"'
ncbi_email = "\\\$NCBI_EMAIL"
ncbi_key = '\\\$NCBI_KEY'
}
}

Expand Down

0 comments on commit d05bfb2

Please sign in to comment.