Skip to content

Commit

Permalink
Merge pull request #19 from CarsonJM/development
Browse files Browse the repository at this point in the history
Updated snapshots and removed proxy code
  • Loading branch information
CarsonJM authored Apr 24, 2024
2 parents 6c132e2 + 322c8a3 commit d0301fe
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 20 deletions.
2 changes: 0 additions & 2 deletions modules/local/humann/downloadchocophlandb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ process HUMANN_DOWNLOADCHOCOPHLANDB {
script:
def args = task.ext.args ?: ''
"""
https_proxy=http://klone-dip1-A-ib:3128
export https_proxy
humann_databases \\
--download chocophlan \\
${chocophlan_db_version} \\
Expand Down
2 changes: 0 additions & 2 deletions modules/local/humann/downloadunirefdb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ process HUMANN_DOWNLOADUNIREFDB {
script:
def args = task.ext.args ?: ''
"""
https_proxy=http://klone-dip1-A-ib:3128
export https_proxy
humann_databases \\
--download uniref \\
${uniref_db_version} \\
Expand Down
2 changes: 0 additions & 2 deletions modules/local/kneaddata/database/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ process KNEADDATA_DATABASE {
script:
def args = task.ext.args ?: ''
"""
https_proxy=http://klone-dip1-A-ib:3128
export https_proxy
kneaddata_database \\
--download $kneaddata_db_type bowtie2 kneaddata_${kneaddata_db_type}
Expand Down
3 changes: 0 additions & 3 deletions modules/local/kneaddata/kneaddata/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ nextflow_process {
test("fastq.gz") {

when {
params {
max_cpus = 1
}
process {
"""
input[0] = Channel.of(
Expand Down
2 changes: 0 additions & 2 deletions modules/nf-core/metaphlan/makedb/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/metaphlan/metaphlan/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ params {
// Impose sensible resource limits for testing
process {
withName: '.*' {
cpus = 4
memory = 15.GB
time = 2.h
}

withName: 'KNEADDATA_KNEADDATA' {
cpus = 1
memory = 15.GB
time = 2.h
Expand All @@ -32,3 +26,6 @@ timeline { enabled = false }
report { enabled = false }
trace { enabled = false }
dag { enabled = false }

// Load modules test_data.config
includeConfig 'https://github.com/nf-core/modules/raw/master/tests/config/test_data.config'

0 comments on commit d0301fe

Please sign in to comment.