diff --git a/modules/nf-core/iphop/download/main.nf b/modules/nf-core/iphop/download/main.nf index dca1a53d1e4..00bf3238138 100644 --- a/modules/nf-core/iphop/download/main.nf +++ b/modules/nf-core/iphop/download/main.nf @@ -19,8 +19,6 @@ process IPHOP_DOWNLOAD { mkdir -p download_dir mkdir -p iphop_db - https_proxy=http://klone-dip1-A-ib:3128 - export https_proxy iphop \\ download \\ --db_dir download_dir \\ diff --git a/modules/nf-core/iphop/download/tests/nextflow.config b/modules/nf-core/iphop/download/tests/nextflow.config index 2c3b8b7df70..b155c0b1c5a 100644 --- a/modules/nf-core/iphop/download/tests/nextflow.config +++ b/modules/nf-core/iphop/download/tests/nextflow.config @@ -1,7 +1,5 @@ process { withName: IPHOP_DOWNLOAD { ext.args = '--db_version iPHoP_db_rw_for-test' - memory = '15.GB' - cpus = 4 } } diff --git a/modules/nf-core/iphop/predict/tests/nextflow.config b/modules/nf-core/iphop/predict/tests/nextflow.config index 523fbf63bac..a3c26ae6890 100644 --- a/modules/nf-core/iphop/predict/tests/nextflow.config +++ b/modules/nf-core/iphop/predict/tests/nextflow.config @@ -1,12 +1,8 @@ process { withName: IPHOP_DOWNLOAD { ext.args = '--db_version iPHoP_db_rw_for-test' - memory = '15.GB' - cpus = 4 } withName: IPHOP_PREDICT { ext.args = '--min_score 90' - memory = '15.GB' - cpus = 4 } }