We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d635295 commit 5201cabCopy full SHA for 5201cab
1 file changed
.github/workflows/github_build.yml
@@ -41,7 +41,8 @@ jobs:
41
dcc.prepare -o .
42
ls /home/runner/work/dcc2/dcc2
43
head /home/runner/work/dcc2/dcc2/oma-species.txt
44
- dcc.parseOmaById -g 1 -n HUMAN,THEAM,DESM0 -o ./dcc -j test1 -d /home/runner/work/dcc2/dcc2 --cpus 8
+ head /share/project/vinh/DATA/data_oma_220927/oma-groups.txt
45
+ # dcc.parseOmaById -g 1 -n HUMAN,THEAM,DESM0 -o ./dcc -j test1 -d /home/runner/work/dcc2/dcc2 --cpus 8
46
dcc.parseOmaBySpec -n HUMAN,ECOLI,YEAST -o ./dcc -j test2 -d /home/runner/work/dcc2/dcc2 --cpus 8
47
- name: Deploy
48
if: startsWith(github.event.ref, 'refs/tags')
0 commit comments