File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -42,30 +42,6 @@ python peptide_gui.py
42
42
```
43
43
Follow the prompts to select generation mode, parameters, and output file.
44
44
45
- ## Reproducibility
46
-
47
- - All code and results should be managed in a git repository.
48
- - Document all parameters used for each run.
49
- - For large-scale runs, consider using a virtual environment and requirements.txt for consistent environments.
50
-
51
- ## Version Control
52
-
53
- 1 . Initialize git:
54
- ``` bash
55
- git init
56
- ```
57
- 2 . Add files and commit:
58
- ``` bash
59
- git add .
60
- git commit -m " Initial commit: peptide generator and GUI"
61
- ```
62
- 3 . Create a GitHub repo and push:
63
- ``` bash
64
- git remote add origin https://github.com/yourusername/peptide-sequence-synthesis.git
65
- git branch -M main
66
- git push -u origin main
67
- ```
68
-
69
45
## Acknowledgements
70
46
71
47
- [ ProtGPT2] ( https://huggingface.co/nferruz/ProtGPT2 )
You can’t perform that action at this time.
0 commit comments