Skip to content

Commit

Permalink
Removed local proxy code
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Feb 15, 2024
1 parent a1f54cc commit 52a6c67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions modules/nf-core/iphop/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand Down
2 changes: 0 additions & 2 deletions modules/nf-core/iphop/download/tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
process {
withName: IPHOP_DOWNLOAD {
ext.args = '--db_version iPHoP_db_rw_for-test'
memory = '15.GB'
cpus = 4
}
}
4 changes: 0 additions & 4 deletions modules/nf-core/iphop/predict/tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 52a6c67

Please sign in to comment.