Skip to content

Commit

Permalink
Update to use new version of predector utils
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyabjones committed Aug 30, 2024
1 parent b3e4700 commit 745b1d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- predector::effectorp3=3.0=py_2
- predector::localizer=1.0.4
- predector::phobius=1.01=5
- predector::predectorutils=0.9.1
- predector::predectorutils=0.9.2
- predector::signalp3=3.0b=3
- predector::signalp4=4.1g=3
- predector::signalp5=5.0b
Expand Down
6 changes: 4 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ params {
dbcan_targets = "${baseDir}/data/dbcan_targets.txt"
private_phibase_version = "v4-17"
// The PHI-base team often rename files. Best to get a release from a commit rather than master.
private_phibase_url = "https://github.com/PHI-base/data/blob/38c9034d754482986f2f9f73b3b46d5bb7da1615/releases/phi-base_v4-17_2024-05-01.fas"
private_dbcan_version = "V13"
private_phibase_url = "https://raw.githubusercontent.com/PHI-base/data/08895a81b0bfde0ba682c5b61742f5b89e186105/releases/phi-base_v4-17_2024-05-01.fas"
private_dbcan_version = "V13"
private_dbcan_url = "https://bcb.unl.edu/dbCAN2/download/dbCAN-HMMdb-V13.txt"
private_effectordb_url = "https://figshare.com/ndownloader/files/31397770"
private_effectordb_version = "1"
Expand All @@ -78,6 +78,8 @@ includeConfig "${baseDir}/conf/c4.config"
includeConfig "${baseDir}/conf/r8.config"

process.container = "predector/predector:${manifest.version}"
report.overwrite = true
timeline.overwrite = true

profiles {
docker {
Expand Down

0 comments on commit 745b1d6

Please sign in to comment.