-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThesis
More file actions
58 lines (29 loc) · 1015 Bytes
/
Thesis
File metadata and controls
58 lines (29 loc) · 1015 Bytes
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
##Step 1: Create a GitHub Project
1. Go to your GitHub Projects.
2. Click New project.
3. Choose a project type:
• Table (spreadsheet-like view),
• Board (kanban board), or
• Roadmap (timeline view).
4. Name your project (e.g., “Bioinformatics Lab Book”).
5. Click Create project.
Step 2: Create a Repository
1. Go to your GitHub Repositories.
2. Fill in the details:
• Repository name: lab-book
• Description: “Repository for documenting bioinformatics work.”
• Check Add a README file.
3. Click Create repository.
#Step 3: Add a Markdown File
#1.Navigate to the lab-book repository.
#2. Click Add file > Create new file.
#3. Name the file LAB_BOOK.md or edit the README.md.
4. Add initial content, such as:
#Lab Book: Bioinformatic Work
This lab book documents the bioinformatics workflows, analyses, and results.
## Sections
- Experiment details
- Data processing steps
- Analysis outcomes
## Author
- [brain-ninja](https://github.com/brain-ninja)