Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
tillenglert committed Apr 22, 2024
1 parent 8b51224 commit 8272bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ config {
// run all test with the defined docker profile from the main nextflow.config
profile ""

env {
NCBI_EMAIL = "$NCBI_EMAIL"
NCBI_KEY = "$NCBI_KEY"
}

}

4 changes: 4 additions & 0 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env {
NCBI_EMAIL = "${NCBI_EMAIL}"
NCBI_KEY = "${NCBI_KEY}"
}

0 comments on commit 8272bf1

Please sign in to comment.