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

Expand Down

0 comments on commit 6a394e7

Please sign in to comment.