-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappveyor.yml
88 lines (62 loc) · 1.75 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
image: Ubuntu
install:
- sh: cd src/
- sh: mkdir nr
- sh: cd nr/
- sh: wget -O nr.tar.gz https://zhanglab.ccmb.med.umich.edu/cgi-bin/download_ftp.cgi?ID=nr.tar.gz
- sh: tar -zxvf nr.tar.gz
- sh: cd ../PSSpred_v4/
- sh: ./PSSpred.pl seq_1.txt
- sh: pwd
# Skip .NET project specific build phase.
build: off
test_script:
- "ls"
- "pwd"
artifacts:
- path: src\PSSpred_v4\seq.dat
name: seq.dat
- path: src\PSSpred_v4\seq.dat.ss
name: seq.dat.ss
- path: src\PSSpred_v4\protein.fasta
name: protein.fasta
- path: src\PSSpred_v4\seq.fasta
name: seq.fasta
- path: src\PSSpred_v4\freqccw
name: freqccw
- path: src\PSSpred_v4\mtx
name: mtx
- path: src\PSSpred_v4\profw
name: profw
- path: src\PSSpred_v4\freqccwG
name: freqccwG
- path: src\PSSpred_v4\output1.ss
name: output1.ss
- path: src\PSSpred_v4\output2.ss
name: output2.ss
- path: src\PSSpred_v4\output3.ss
name: output3.ss
- path: src\PSSpred_v4\output4.ss
name: output4.ss
- path: src\PSSpred_v4\output5.ss
name: output5.ss
- path: src\PSSpred_v4\output6.ss
name: output6.ss
- path: src\PSSpred_v4\output7.ss
name: output7.ss
- path: src\PSSpred_v4\psitmp.aux
name: psitmp.aux
- path: src\PSSpred_v4\pssm.txt
name: pssm.txt
- path: src\PSSpred_v4\psitmp.chk
name: psitmp.chk
- path: src\PSSpred_v4\psitmp.fasta
name: psitmp.fasta
- path: src\PSSpred_v4\psitmp.mn
name: psitmp.mn
- path: src\PSSpred_v4\psitmp.mtx
name: psitmp.mtx
- path: src\PSSpred_v4\psitmp.pn
name: psitmp.pn
- path: src\PSSpred_v4\blast.out
name: blast.out