Commit 615495f 1 parent 5578e98 commit 615495f Copy full SHA for 615495f
File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " PepPre"
2
2
uuid = " 4993a608-c569-46d7-95b9-1fba1b0e5595"
3
3
authors = [" Tarn Yeong Ching <i@ctarn.io>" ]
4
- version = " 1.1.0-dev "
4
+ version = " 1.1.0"
5
5
6
6
[deps ]
7
7
ArgParse = " c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Original file line number Diff line number Diff line change
1
+ < time > 2023-4-19</ time >
2
+ < h4 > PepPre 1.1.0</ h4 >
3
+ < div >
4
+ < a href ="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Linux.zip "> Linux</ a >
5
+ |
6
+ < a href ="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Darwin.zip "> macOS</ a >
7
+ |
8
+ < a href ="https://github.com/ctarn/PepPre.jl/releases/download/v1.1.0/PepPre-1.1.0.x86_64.Windows.zip "> Windows</ a >
9
+ </ div >
10
+ < div > Note:
11
+ < ol >
12
+ < li > embed `PepPepView` which can display deisotoped precursor ions and corresponding identification.</ li >
13
+ < li > adjust arguments of CLI interface.</ li >
14
+ </ ol >
15
+ </ div >
Original file line number Diff line number Diff line change 2
2
from pathlib import Path
3
3
4
4
name = "PepPre"
5
- version = "1.1.0-dev "
5
+ version = "1.1.0"
6
6
author = "Tarn Yeong Ching"
7
7
url = f"http://{ name .lower ()} .ctarn.io"
8
8
server = f"http://api.ctarn.io/{ name } /{ version } "
You can’t perform that action at this time.
0 commit comments