Skip to content

Commit a3c9191

Browse files
Christoph JansenChristoph Jansen
Christoph Jansen
authored and
Christoph Jansen
committed
updated experiment for RED 8
1 parent b2a4dbb commit a3c9191

4 files changed

+13
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This is the [KNIME Labelfree Quantification](http://citar.eaas.uni-freiburg.de/c
77
```bash
88
# install CC-FAICE
99
pip3 install --user pipx
10-
pipx install cc-faice==7.*
10+
pipx install cc-faice==8.*
1111

1212

1313
# prepare
1414
cd knime-labelfree-quantification
1515

1616
# execute
17-
faice agent red knime-labelfree-quantification.red.yml
17+
faice exec knime-labelfree-quantification.red.yml
1818

1919
# check outputs
2020
ls outputs/*

generate-red-and-job.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161

6262
red = {
63-
'redVersion': '7',
63+
'redVersion': '8',
6464
'cli': cwl,
6565
'inputs': {
6666
'input_dir': {
@@ -83,6 +83,10 @@
8383
'url': docker_image_url
8484
}
8585
}
86+
},
87+
'execution': {
88+
'engine': 'ccfaice',
89+
'settings': {}
8690
}
8791
}
8892

knime-labelfree-quantification.cwl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ outputs:
3939

4040
requirements:
4141
DockerRequirement:
42-
dockerPull: "docker.io/deepprojects/knime-labelfree-quantification:0.2"
42+
dockerPull: "docker.io/deepprojects/knime-labelfree-quantification:0.3"

knime-labelfree-quantification.red.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ cli:
3131
container:
3232
engine: docker
3333
settings:
34-
image: {url: 'docker.io/deepprojects/knime-labelfree-quantification:0.2'}
34+
image: {url: 'docker.io/deepprojects/knime-labelfree-quantification:0.3'}
35+
execution:
36+
engine: ccfaice
37+
settings: {}
3538
inputs:
3639
database_name: s_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta
3740
input_dir:
@@ -65,4 +68,4 @@ inputs:
6568
class: File}
6669
- {basename: uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.psq,
6770
class: File}
68-
redVersion: '7'
71+
redVersion: '8'

0 commit comments

Comments
 (0)