File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Peptide Sequence Synthesis
4
4
5
- This project provides a robust, reproducible tool for generating large, high-quality reference peptide sets
5
+ A tool for generating reference peptide sets
6
6
7
7
## Features
8
8
@@ -52,30 +52,6 @@ python peptide_gui.py
52
52
```
53
53
Follow the prompts to select generation mode, parameters, and output file.
54
54
55
- ## Reproducibility
56
-
57
- - All code and results should be managed in a git repository.
58
- - Document all parameters used for each run.
59
- - For large-scale runs, consider using a virtual environment and requirements.txt for consistent environments.
60
-
61
- ## Version Control
62
-
63
- 1 . Initialize git:
64
- ``` bash
65
- git init
66
- ```
67
- 2 . Add files and commit:
68
- ``` bash
69
- git add .
70
- git commit -m " Initial commit: peptide generator and GUI"
71
- ```
72
- 3 . Create a GitHub repo and push:
73
- ``` bash
74
- git remote add origin https://github.com/yourusername/peptide-sequence-synthesis.git
75
- git branch -M main
76
- git push -u origin main
77
- ```
78
-
79
55
## Acknowledgements
80
56
81
57
- [ ProtGPT2] ( https://huggingface.co/nferruz/ProtGPT2 )
You can’t perform that action at this time.
0 commit comments