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 d5c1dda commit 53cb33a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/local/download_proteins.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ process DOWNLOAD_PROTEINS {
'biocontainers/biopython:1.78' }"

input:
env NCBI_EMAIL
env NCBI_KEY
val microbiome_ids
path microbiome_files

Expand Down
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 53cb33a

Please sign in to comment.