Skip to content

Commit 4731c1b

Browse files
authored
Update README.md
1 parent fcc0a1e commit 4731c1b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,6 @@ python peptide_gui.py
4242
```
4343
Follow the prompts to select generation mode, parameters, and output file.
4444

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-
6945
## Acknowledgements
7046

7147
- [ProtGPT2](https://huggingface.co/nferruz/ProtGPT2)

0 commit comments

Comments
 (0)